#C02427

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

Shades of Fire Engine Red #C02427

Tints of Fire Engine Red #C02427

Color information

#C02427 (or 0xC02427) is unknown color: approx Fire Engine Red. HEX triplet: C0, 24 and 27. RGB value is (192,36,39). Sum of RGB (Red+Green+Blue) = 192+36+39=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C02427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02427 is #3FDBD8. Grayscale: #535353. Windows color (decimal): -4185049 or 2565312. OLE color: 2565312.

HSL color Cylindrical-coordinate representation of color #C02427: hue angle of 358.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02427 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1923639-
CMYK00.810.800.25
HSL358.85º68.42%44.71%-
HSV(B)358.85º81.25%75.29%-
XYZ22.7412.613.16-
YUV82.99103.18205.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=71.91%
G=13.48%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192363900.810.800.25358.8568.4244.71
HexC024270515019167442d
Octal300444701211203154710455
Binary11000000100100100111010100011010000110011011001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02427; }

 p { color: rgb(192,36,39); }

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

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

 a { background-color: rgb(192,36,39); }

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

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

 span { border-color: rgb(192,36,39); }

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