Html Css Color HEX #CA0D09 Free Speech Red

📋 copy color: '#CA0D09'

red 202 ◦ green 13 ◦ blue 9

#CA0D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #CA0D09

Tints of Free Speech Red #CA0D09

RGB

 RED value IS 202 (79.3% from 255) = 90.18%

 GREEN value IS 13 (5.47% from 255) = 5.8%

 BLUE value IS 9 (3.91% from 255) = 4.02%

R = 90.18%
G = 5.8%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA0D09 (or 0xCA0D09) is known color: Free Speech Red. HEX triplet: CA, 0D and 09. RGB value is (202,13,9). Sum of RGB (Red+Green+Blue) = 202+13+9=224 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.18% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0D09 is #35F2F6. Grayscale: #454545. Windows color (decimal): -3535607 or 593354. OLE color: 593354.

HSL color Cylindrical-coordinate representation of color #CA0D09: hue angle of 1.24º 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 #CA0D09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 13 9 -
CMYK 0 0.94 0.96 0.21
HSL 1.24º 0.91% 0.41% -
HSV(B) 1.24º 0.96% 0.79% -
XYZ 24.55 12.86 1.45 -
YUV 69.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 202 13 9 0 0.94 0.96 0.21 1.24 0.91 0.41
Hex CA D 9 0 5E 60 15 1 5B 29
Octal 312 15 11 0 136 140 25 1 133 51
Binary 11001010 1101 1001 0 1011110 1100000 10101 1 1011011 101001

Color Harmonies of #CA0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D09

Black with #CA0D09

Text Example


Text Example

White with #CA0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D09; }

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

 H1.HeaderClassName
 {
   color: #CA0D09;
 }
 .AnyTagClassName
 {
   color: #CA0D09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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