#CB1226

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

Shades of Fire Engine Red #CB1226

Tints of Fire Engine Red #CB1226

Color information

#CB1226 (or 0xCB1226) is unknown color: approx Fire Engine Red. HEX triplet: CB, 12 and 26. RGB value is (203,18,38). Sum of RGB (Red+Green+Blue) = 203+18+38=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1226 is #34EDD9. Grayscale: #4B4B4B. Windows color (decimal): -3468762 or 2495179. OLE color: 2495179.

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

Color convert

RGB2031838-
CMYK00.910.810.20
HSL353.51º83.71%43.33%-
HSV(B)353.51º91.13%79.61%-
XYZ25.1913.273.07-
YUV75.59106.79218.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 78.38%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=78.38%
G=6.95%
B=14.67%

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
Decimal203183800.910.810.20353.5183.7143.33
HexCB122605B5114162542b
Octal313224601331212454212453
Binary1100101110010100110010110111010001101001011000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1226; }

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

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

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

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

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

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

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

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