Html Css Color HEX #CB152C Fire Engine Red

📋 copy color: '#CB152C'

red 203 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #CB152C

Tints of Fire Engine Red #CB152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 75.75%
G = 7.84%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB152C (or 0xCB152C) is known color: Fire Engine Red. HEX triplet: CB, 15 and 2C. RGB value is (203,21,44). Sum of RGB (Red+Green+Blue) = 203+21+44=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB152C is #34EAD3. Grayscale: #4E4E4E. Windows color (decimal): -3467988 or 2889163. OLE color: 2889163.

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

Color convert

RGB 203 21 44 -
CMYK 0 0.90 0.78 0.20
HSL 352.42º 0.81% 0.44% -
HSV(B) 352.42º 0.9% 0.8% -
XYZ 25.35 13.41 3.64 -
YUV 78.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 203 21 44 0 0.90 0.78 0.20 352.42 0.81 0.44
Hex CB 15 2C 0 5A 4E 14 160 51 2C
Octal 313 25 54 0 132 116 24 540 121 54
Binary 11001011 10101 101100 0 1011010 1001110 10100 101100000 1010001 101100

Color Harmonies of #CB152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB152C

Black with #CB152C

Text Example


Text Example

White with #CB152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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