Html Css Color HEX #CB1F29 Fire Engine Red

📋 copy color: '#CB1F29'

red 203 ◦ green 31 ◦ blue 41

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

Shades of Fire Engine Red #CB1F29

Tints of Fire Engine Red #CB1F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 73.82%
G = 11.27%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB1F29 (or 0xCB1F29) is known color: Fire Engine Red. HEX triplet: CB, 1F and 29. RGB value is (203,31,41). Sum of RGB (Red+Green+Blue) = 203+31+41=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F29 is #34E0D6. Grayscale: #535353. Windows color (decimal): -3465431 or 2695115. OLE color: 2695115.

HSL color Cylindrical-coordinate representation of color #CB1F29: hue angle of 356.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F29 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 31 41 -
CMYK 0 0.85 0.80 0.20
HSL 356.51º 0.74% 0.46% -
HSV(B) 356.51º 0.85% 0.8% -
XYZ 25.52 13.84 3.42 -
YUV 83.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 203 31 41 0 0.85 0.80 0.20 356.51 0.74 0.46
Hex CB 1F 29 0 55 50 14 165 4A 2E
Octal 313 37 51 0 125 120 24 545 112 56
Binary 11001011 11111 101001 0 1010101 1010000 10100 101100101 1001010 101110

Color Harmonies of #CB1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F29

Black with #CB1F29

Text Example


Text Example

White with #CB1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F29; }

 p { color: rgb(203,31,41); }

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

background-color css

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

 a { background-color: rgb(203,31,41); }

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

border-color css

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

 span { border-color: rgb(203,31,41); }

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