Html Css Color HEX #CB1211 Free Speech Red

📋 copy color: '#CB1211'

red 203 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #CB1211

Tints of Free Speech Red #CB1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 85.29%
G = 7.56%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB1211 (or 0xCB1211) is known color: Free Speech Red. HEX triplet: CB, 12 and 11. RGB value is (203,18,17). Sum of RGB (Red+Green+Blue) = 203+18+17=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1211 is #34EDEE. Grayscale: #494949. Windows color (decimal): -3468783 or 1118923. OLE color: 1118923.

HSL color Cylindrical-coordinate representation of color #CB1211: hue angle of 0.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 17 -
CMYK 0 0.91 0.92 0.20
HSL 0.32º 0.85% 0.43% -
HSV(B) 0.32º 0.92% 0.8% -
XYZ 24.95 13.17 1.76 -
YUV 73.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 203 18 17 0 0.91 0.92 0.20 0.32 0.85 0.43
Hex CB 12 11 0 5B 5C 14 0 55 2B
Octal 313 22 21 0 133 134 24 0 125 53
Binary 11001011 10010 10001 0 1011011 1011100 10100 0 1010101 101011

Color Harmonies of #CB1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1211

Black with #CB1211

Text Example


Text Example

White with #CB1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1211; }

 p { color: rgb(203,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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