#CA1409

Color #CA1409 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CA1409

Tints of Free Speech Red #CA1409

Color information

#CA1409 (or 0xCA1409) is unknown color: approx Free Speech Red. HEX triplet: CA, 14 and 09. RGB value is (202,20,9). Sum of RGB (Red+Green+Blue) = 202+20+9=231 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.45% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1409 is #35EBF6. Grayscale: #494949. Windows color (decimal): -3533815 or 595146. OLE color: 595146.

HSL color Cylindrical-coordinate representation of color #CA1409: hue angle of 3.42º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA1409 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB202209-
CMYK00.900.960.21
HSL3.42º91.47%41.37%-
HSV(B)3.42º95.54%79.22%-
XYZ24.6613.081.48-
YUV73.1691.8219.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 87.45%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 9 (3.91% from 255) = 3.90%
R=87.45%
G=8.66%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220900.900.960.213.4291.4741.37
HexCA14905A601535b29
Octal3122411013214025313351
Binary1100101010100100101011010110000010101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1409; }

 p { color: rgb(202,20,9); }

 H1.HeaderClassName
 {
   color: #CA1409;
 }
 .AnyTagClassName
 {
   color: #CA1409;
 }
</style>
background-color css

<style>
 a { background-color: #CA1409; }

 a { background-color: rgb(202,20,9); }

 div.DivClassName
 {
   background-color: #CA1409;
 }
 .BgClassName
 {
   background-color: #CA1409;
 }
</style>
border-color css

<style>
 span { border-color: #CA1409; }

 span { border-color: rgb(202,20,9); }

 td.TdClassName
 {
   border-color: #CA1409;
 }
 .TagClassName
 {
   border-color: #CA1409;
 }
</style>