Html Css Color HEX #CB1514 Free Speech Red

📋 copy color: '#CB1514'

red 203 ◦ green 21 ◦ blue 20

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

Shades of Free Speech Red #CB1514

Tints of Free Speech Red #CB1514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 83.2%
G = 8.61%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1514 (or 0xCB1514) is known color: Free Speech Red. HEX triplet: CB, 15 and 14. RGB value is (203,21,20). Sum of RGB (Red+Green+Blue) = 203+21+20=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1514 is #34EAEB. Grayscale: #4B4B4B. Windows color (decimal): -3468012 or 1316299. OLE color: 1316299.

HSL color Cylindrical-coordinate representation of color #CB1514: hue angle of 0.33º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1514 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 20 -
CMYK 0 0.90 0.90 0.20
HSL 0.33º 0.82% 0.44% -
HSV(B) 0.33º 0.9% 0.8% -
XYZ 25.02 13.28 1.91 -
YUV 75.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 203 21 20 0 0.90 0.90 0.20 0.33 0.82 0.44
Hex CB 15 14 0 5A 5A 14 0 52 2C
Octal 313 25 24 0 132 132 24 0 122 54
Binary 11001011 10101 10100 0 1011010 1011010 10100 0 1010010 101100

Color Harmonies of #CB1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1514

Black with #CB1514

Text Example


Text Example

White with #CB1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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