#CB1227

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

Shades of Fire Engine Red #CB1227

Tints of Fire Engine Red #CB1227

Color information

#CB1227 (or 0xCB1227) is unknown color: approx Fire Engine Red. HEX triplet: CB, 12 and 27. RGB value is (203,18,39). Sum of RGB (Red+Green+Blue) = 203+18+39=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1227 is #34EDD8. Grayscale: #4B4B4B. Windows color (decimal): -3468761 or 2560715. OLE color: 2560715.

HSL color Cylindrical-coordinate representation of color #CB1227: hue angle of 353.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1227 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB2031839-
CMYK00.910.810.20
HSL353.19º83.71%43.33%-
HSV(B)353.19º91.13%79.61%-
XYZ25.2113.283.15-
YUV75.71107.29218.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 78.08%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 39 (15.62% from 255) = 15%
R=78.08%
G=6.92%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203183900.910.810.20353.1983.7143.33
HexCB122705B5114161542b
Octal313224701331212454112453
Binary1100101110010100111010110111010001101001011000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1227; }

 p { color: rgb(203,18,39); }

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

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

 a { background-color: rgb(203,18,39); }

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

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

 span { border-color: rgb(203,18,39); }

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