#CB0C2E

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

Shades of Fire Engine Red #CB0C2E

Tints of Fire Engine Red #CB0C2E

Color information

#CB0C2E (or 0xCB0C2E) is unknown color: approx Fire Engine Red. HEX triplet: CB, 0C and 2E. RGB value is (203,12,46). Sum of RGB (Red+Green+Blue) = 203+12+46=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C2E is #34F3D1. Grayscale: #494949. Windows color (decimal): -3470290 or 3017931. OLE color: 3017931.

HSL color Cylindrical-coordinate representation of color #CB0C2E: hue angle of 349.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C2E is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB2031246-
CMYK00.940.770.20
HSL349.32º88.84%42.16%-
HSV(B)349.32º94.09%79.61%-
XYZ25.2513.163.79-
YUV72.98112.78220.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 77.78%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=77.78%
G=4.60%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203124600.940.770.20349.3288.8442.16
HexCBC2E05E4D1415d592a
Octal313145601361152453513152
Binary110010111100101110010111101001101101001010111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0C2E; }

 p { color: rgb(203,12,46); }

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

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

 a { background-color: rgb(203,12,46); }

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

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

 span { border-color: rgb(203,12,46); }

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