Html Css Color HEX #CB1521 Fire Engine Red

📋 copy color: '#CB1521'

red 203 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #CB1521

Tints of Fire Engine Red #CB1521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 78.99%
G = 8.17%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB1521 (or 0xCB1521) is known color: Fire Engine Red. HEX triplet: CB, 15 and 21. RGB value is (203,21,33). Sum of RGB (Red+Green+Blue) = 203+21+33=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1521 is #34EADE. Grayscale: #4C4C4C. Windows color (decimal): -3467999 or 2168267. OLE color: 2168267.

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

Color convert

RGB 203 21 33 -
CMYK 0 0.90 0.84 0.20
HSL 356.04º 0.81% 0.44% -
HSV(B) 356.04º 0.9% 0.8% -
XYZ 25.17 13.34 2.69 -
YUV 76.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 203 21 33 0 0.90 0.84 0.20 356.04 0.81 0.44
Hex CB 15 21 0 5A 54 14 164 51 2C
Octal 313 25 41 0 132 124 24 544 121 54
Binary 11001011 10101 100001 0 1011010 1010100 10100 101100100 1010001 101100

Color Harmonies of #CB1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1521

Black with #CB1521

Text Example


Text Example

White with #CB1521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1521; }

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

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

background-color css

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

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

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

border-color css

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

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

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