Html Css Color HEX #CB0200 Free Speech Red

📋 copy color: '#CB0200'

red 203 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #CB0200

Tints of Free Speech Red #CB0200

RGB

 RED value IS 203 (79.69% 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.20

RGB Variations

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

Color information

#CB0200 (or 0xCB0200) is known color: Free Speech Red. HEX triplet: CB, 02 and 00. RGB value is (203,2,0). Sum of RGB (Red+Green+Blue) = 203+2+0=205 (27% of max value = 765). Red value is 203 (79.69% from 255 or 99.02% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0200 is #34FDFF. Grayscale: #3E3E3E. Windows color (decimal): -3472896 or 715. OLE color: 715.

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

Color convert

RGB 203 2 0 -
CMYK 0 0.99 1 0.20
HSL 0.59º 1% 0.4% -
HSV(B) 0.59º 1% 0.8% -
XYZ 24.65 12.74 1.16 -
YUV 61.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 203 2 0 0 0.99 1 0.20 0.59 1 0.4
Hex CB 2 0 0 63 64 14 1 64 28
Octal 313 2 0 0 143 144 24 1 144 50
Binary 11001011 10 0 0 1100011 1100100 10100 1 1100100 101000

Color Harmonies of #CB0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0200

Black with #CB0200

Text Example


Text Example

White with #CB0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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