Html Css Color HEX #C80E23 Fire Engine Red

📋 copy color: '#C80E23'

red 200 ◦ green 14 ◦ blue 35

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

Shades of Fire Engine Red #C80E23

Tints of Fire Engine Red #C80E23

RGB

 RED value IS 200 (78.52% from 255) = 80.32%

 GREEN value IS 14 (5.86% from 255) = 5.62%

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 80.32%
G = 5.62%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80E23 (or 0xC80E23) is known color: Fire Engine Red. HEX triplet: C8, 0E and 23. RGB value is (200,14,35). Sum of RGB (Red+Green+Blue) = 200+14+35=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E23 is #37F1DC. Grayscale: #484848. Windows color (decimal): -3666397 or 2297544. OLE color: 2297544.

HSL color Cylindrical-coordinate representation of color #C80E23: hue angle of 353.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E23 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 35 -
CMYK 0 0.93 0.82 0.22
HSL 353.23º 0.87% 0.42% -
HSV(B) 353.23º 0.93% 0.78% -
XYZ 24.28 12.71 2.76 -
YUV 72.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 200 14 35 0 0.93 0.82 0.22 353.23 0.87 0.42
Hex C8 E 23 0 5D 52 16 161 57 2A
Octal 310 16 43 0 135 122 26 541 127 52
Binary 11001000 1110 100011 0 1011101 1010010 10110 101100001 1010111 101010

Color Harmonies of #C80E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E23

Black with #C80E23

Text Example


Text Example

White with #C80E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E23; }

 p { color: rgb(200,14,35); }

 H1.HeaderClassName
 {
   color: #C80E23;
 }
 .AnyTagClassName
 {
   color: #C80E23;
 }
</style>

background-color css

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

 a { background-color: rgb(200,14,35); }

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

border-color css

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

 span { border-color: rgb(200,14,35); }

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