Html Css Color HEX #C80C2D Fire Engine Red

📋 copy color: '#C80C2D'

red 200 ◦ green 12 ◦ blue 45

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

Shades of Fire Engine Red #C80C2D

Tints of Fire Engine Red #C80C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 77.82%
G = 4.67%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C80C2D (or 0xC80C2D) is known color: Fire Engine Red. HEX triplet: C8, 0C and 2D. RGB value is (200,12,45). Sum of RGB (Red+Green+Blue) = 200+12+45=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C2D is #37F3D2. Grayscale: #484848. Windows color (decimal): -3666899 or 2952392. OLE color: 2952392.

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

Color convert

RGB 200 12 45 -
CMYK 0 0.94 0.78 0.22
HSL 349.47º 0.89% 0.42% -
HSV(B) 349.47º 0.94% 0.78% -
XYZ 24.42 12.73 3.65 -
YUV 71.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 200 12 45 0 0.94 0.78 0.22 349.47 0.89 0.42
Hex C8 C 2D 0 5E 4E 16 15D 59 2A
Octal 310 14 55 0 136 116 26 535 131 52
Binary 11001000 1100 101101 0 1011110 1001110 10110 101011101 1011001 101010

Color Harmonies of #C80C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C2D

Black with #C80C2D

Text Example


Text Example

White with #C80C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C2D; }

 p { color: rgb(200,12,45); }

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

background-color css

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

 a { background-color: rgb(200,12,45); }

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

border-color css

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

 span { border-color: rgb(200,12,45); }

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