Html Css Color HEX #CA0200 Free Speech Red

📋 copy color: '#CA0200'

red 202 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #CA0200

Tints of Free Speech Red #CA0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.02%
G = 0.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA0200 (or 0xCA0200) is known color: Free Speech Red. HEX triplet: CA, 02 and 00. RGB value is (202,2,0). Sum of RGB (Red+Green+Blue) = 202+2+0=204 (27% of max value = 765). Red value is 202 (79.30% from 255 or 99.02% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0200 is #35FDFF. Grayscale: #3D3D3D. Windows color (decimal): -3538432 or 714. OLE color: 714.

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

Color convert

RGB 202 2 0 -
CMYK 0 0.99 1 0.21
HSL 0.59º 1% 0.4% -
HSV(B) 0.59º 1% 0.79% -
XYZ 24.38 12.6 1.15 -
YUV 61.57 93.26 228.16 -
System Red Green Blue C M Y K H S L
Decimal 202 2 0 0 0.99 1 0.21 0.59 1 0.4
Hex CA 2 0 0 63 64 15 1 64 28
Octal 312 2 0 0 143 144 25 1 144 50
Binary 11001010 10 0 0 1100011 1100100 10101 1 1100100 101000

Color Harmonies of #CA0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0200

Black with #CA0200

Text Example


Text Example

White with #CA0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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