Html Css Color HEX #CB151D Fire Engine Red

📋 copy color: '#CB151D'

red 203 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #CB151D

Tints of Fire Engine Red #CB151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 80.24%
G = 8.3%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB151D (or 0xCB151D) is known color: Fire Engine Red. HEX triplet: CB, 15 and 1D. RGB value is (203,21,29). Sum of RGB (Red+Green+Blue) = 203+21+29=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB151D is #34EAE2. Grayscale: #4C4C4C. Windows color (decimal): -3468003 or 1906123. OLE color: 1906123.

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

Color convert

RGB 203 21 29 -
CMYK 0 0.90 0.86 0.20
HSL 357.36º 0.81% 0.44% -
HSV(B) 357.36º 0.9% 0.8% -
XYZ 25.12 13.32 2.41 -
YUV 76.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 203 21 29 0 0.90 0.86 0.20 357.36 0.81 0.44
Hex CB 15 1D 0 5A 56 14 165 51 2C
Octal 313 25 35 0 132 126 24 545 121 54
Binary 11001011 10101 11101 0 1011010 1010110 10100 101100101 1010001 101100

Color Harmonies of #CB151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB151D

Black with #CB151D

Text Example


Text Example

White with #CB151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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