Html Css Color HEX #CB0000 Free Speech Red

📋 copy color: '#CB0000'

red 203 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #CB0000

Tints of Free Speech Red #CB0000

RGB

 RED value IS 203 (79.69% from 255) = 100%

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB0000 (or 0xCB0000) is known color: Free Speech Red. HEX triplet: CB, 00 and 00. RGB value is (203,0,0). Sum of RGB (Red+Green+Blue) = 203+0+0=203 (26% of max value = 765). Red value is 203 (79.69% from 255 or 100% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0000 is #34FFFF. Grayscale: #3C3C3C. Windows color (decimal): -3473408 or 203. OLE color: 203.

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

Color convert

RGB 203 0 0 -
CMYK 0 1 1 0.20
HSL 1% 0.4% -
HSV(B) 1% 0.8% -
XYZ 24.63 12.7 1.15 -
YUV 60.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 203 0 0 0 1 1 0.20 0 1 0.4
Hex CB 0 0 0 64 64 14 0 64 28
Octal 313 0 0 0 144 144 24 0 144 50
Binary 11001011 0 0 0 1100100 1100100 10100 0 1100100 101000

Color Harmonies of #CB0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0000

Black with #CB0000

Text Example


Text Example

White with #CB0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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