Html Css Color HEX #CA0702 Free Speech Red

📋 copy color: '#CA0702'

red 202 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #CA0702

Tints of Free Speech Red #CA0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 95.73%
G = 3.32%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA0702 (or 0xCA0702) is known color: Free Speech Red. HEX triplet: CA, 07 and 02. RGB value is (202,7,2). Sum of RGB (Red+Green+Blue) = 202+7+2=211 (27% of max value = 765). Red value is 202 (79.30% from 255 or 95.73% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0702 is #35F8FD. Grayscale: #404040. Windows color (decimal): -3537150 or 133066. OLE color: 133066.

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

Color convert

RGB 202 7 2 -
CMYK 0 0.97 0.99 0.21
HSL 1.5º 0.98% 0.4% -
HSV(B) 1.5º 0.99% 0.79% -
XYZ 24.44 12.71 1.22 -
YUV 64.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 202 7 2 0 0.97 0.99 0.21 1.5 0.98 0.4
Hex CA 7 2 0 61 63 15 2 62 28
Octal 312 7 2 0 141 143 25 2 142 50
Binary 11001010 111 10 0 1100001 1100011 10101 10 1100010 101000

Color Harmonies of #CA0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0702

Black with #CA0702

Text Example


Text Example

White with #CA0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0702; }

 p { color: rgb(202,7,2); }

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

background-color css

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

 a { background-color: rgb(202,7,2); }

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

border-color css

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

 span { border-color: rgb(202,7,2); }

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