#CB1E1F

Color #CB1E1F Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CB1E1F

Tints of Fire Engine Red #CB1E1F

Color information

#CB1E1F (or 0xCB1E1F) is unknown color: approx Fire Engine Red. HEX triplet: CB, 1E and 1F. RGB value is (203,30,31). Sum of RGB (Red+Green+Blue) = 203+30+31=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E1F is #34E1E0. Grayscale: #525252. Windows color (decimal): -3465697 or 2039499. OLE color: 2039499.

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

Color convert

RGB2033031-
CMYK00.850.850.20
HSL359.65º74.25%45.69%-
HSV(B)359.65º85.22%79.61%-
XYZ25.3413.722.61-
YUV81.8499.31214.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 76.89%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=76.89%
G=11.36%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203303100.850.850.20359.6574.2545.69
HexCB1E1F05555141684a2e
Octal313363701251252455011256
Binary110010111111011111010101011010101101001011010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E1F; }

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

 H1.HeaderClassName
 {
   color: #CB1E1F;
 }
 .AnyTagClassName
 {
   color: #CB1E1F;
 }
</style>
background-color css

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

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

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

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

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

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