Html Css Color HEX #C02427 Fire Engine Red

📋 copy color: '#C02427'

red 192 ◦ green 36 ◦ blue 39

#C02427
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C02427

Tints of Fire Engine Red #C02427

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.63% from 255) = 14.61%

R = 71.91%
G = 13.48%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C02427 (or 0xC02427) is known color: 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

RGB 192 36 39 -
CMYK 0 0.81 0.80 0.25
HSL 358.85º 0.68% 0.45% -
HSV(B) 358.85º 0.81% 0.75% -
XYZ 22.74 12.61 3.16 -
YUV 82.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 192 36 39 0 0.81 0.80 0.25 358.85 0.68 0.45
Hex C0 24 27 0 51 50 19 167 44 2D
Octal 300 44 47 0 121 120 31 547 104 55
Binary 11000000 100100 100111 0 1010001 1010000 11001 101100111 1000100 101101

Color Harmonies of #C02427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02427

Black with #C02427

Text Example


Text Example

White with #C02427

Text Example


Text Example

HTML Codes & Css Web 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>