Html Css Color HEX #CA0A06 Free Speech Red

📋 copy color: '#CA0A06'

red 202 ◦ green 10 ◦ blue 6

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

Shades of Free Speech Red #CA0A06

Tints of Free Speech Red #CA0A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 92.66%
G = 4.59%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA0A06 (or 0xCA0A06) is known color: Free Speech Red. HEX triplet: CA, 0A and 06. RGB value is (202,10,6). Sum of RGB (Red+Green+Blue) = 202+10+6=218 (28% of max value = 765). Red value is 202 (79.30% from 255 or 92.66% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0A06 is #35F5F9. Grayscale: #434343. Windows color (decimal): -3536378 or 395978. OLE color: 395978.

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

Color convert

RGB 202 10 6 -
CMYK 0 0.95 0.97 0.21
HSL 1.22º 0.94% 0.41% -
HSV(B) 1.22º 0.97% 0.79% -
XYZ 24.5 12.79 1.35 -
YUV 66.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 202 10 6 0 0.95 0.97 0.21 1.22 0.94 0.41
Hex CA A 6 0 5F 61 15 1 5E 29
Octal 312 12 6 0 137 141 25 1 136 51
Binary 11001010 1010 110 0 1011111 1100001 10101 1 1011110 101001

Color Harmonies of #CA0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A06

Black with #CA0A06

Text Example


Text Example

White with #CA0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A06; }

 p { color: rgb(202,10,6); }

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

background-color css

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

 a { background-color: rgb(202,10,6); }

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

border-color css

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

 span { border-color: rgb(202,10,6); }

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