Html Css Color HEX #CB0600 Free Speech Red

📋 copy color: '#CB0600'

red 203 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #CB0600

Tints of Free Speech Red #CB0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 97.13%
G = 2.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB0600 (or 0xCB0600) is known color: Free Speech Red. HEX triplet: CB, 06 and 00. RGB value is (203,6,0). Sum of RGB (Red+Green+Blue) = 203+6+0=209 (27% of max value = 765). Red value is 203 (79.69% from 255 or 97.13% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0600 is #34F9FF. Grayscale: #404040. Windows color (decimal): -3471872 or 1739. OLE color: 1739.

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

Color convert

RGB 203 6 0 -
CMYK 0 0.97 1 0.20
HSL 1.77º 1% 0.4% -
HSV(B) 1.77º 1% 0.8% -
XYZ 24.69 12.83 1.17 -
YUV 64.22 91.77 226.99 -
System Red Green Blue C M Y K H S L
Decimal 203 6 0 0 0.97 1 0.20 1.77 1 0.4
Hex CB 6 0 0 61 64 14 2 64 28
Octal 313 6 0 0 141 144 24 2 144 50
Binary 11001011 110 0 0 1100001 1100100 10100 10 1100100 101000

Color Harmonies of #CB0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0600

Black with #CB0600

Text Example


Text Example

White with #CB0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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