Html Css Color HEX #CB1511 Free Speech Red

📋 copy color: '#CB1511'

red 203 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #CB1511

Tints of Free Speech Red #CB1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 84.23%
G = 8.71%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB1511 (or 0xCB1511) is known color: Free Speech Red. HEX triplet: CB, 15 and 11. RGB value is (203,21,17). Sum of RGB (Red+Green+Blue) = 203+21+17=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1511 is #34EAEE. Grayscale: #4B4B4B. Windows color (decimal): -3468015 or 1119691. OLE color: 1119691.

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

Color convert

RGB 203 21 17 -
CMYK 0 0.90 0.92 0.20
HSL 1.29º 0.85% 0.43% -
HSV(B) 1.29º 0.92% 0.8% -
XYZ 25 13.27 1.77 -
YUV 74.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 203 21 17 0 0.90 0.92 0.20 1.29 0.85 0.43
Hex CB 15 11 0 5A 5C 14 1 55 2B
Octal 313 25 21 0 132 134 24 1 125 53
Binary 11001011 10101 10001 0 1011010 1011100 10100 1 1010101 101011

Color Harmonies of #CB1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1511

Black with #CB1511

Text Example


Text Example

White with #CB1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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