Html Css Color HEX #C80D2D Fire Engine Red

📋 copy color: '#C80D2D'

red 200 ◦ green 13 ◦ blue 45

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

Shades of Fire Engine Red #C80D2D

Tints of Fire Engine Red #C80D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.04%

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

R = 77.52%
G = 5.04%
B = 17.44%

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

#C80D2D (or 0xC80D2D) is known color: Fire Engine Red. HEX triplet: C8, 0D and 2D. RGB value is (200,13,45). Sum of RGB (Red+Green+Blue) = 200+13+45=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D2D is #37F2D2. Grayscale: #484848. Windows color (decimal): -3666643 or 2952648. OLE color: 2952648.

HSL color Cylindrical-coordinate representation of color #C80D2D: hue angle of 349.73º degrees, saturation: 0.88, 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 #C80D2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 45 -
CMYK 0 0.94 0.78 0.22
HSL 349.73º 0.88% 0.42% -
HSV(B) 349.73º 0.94% 0.78% -
XYZ 24.44 12.76 3.66 -
YUV 72.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 200 13 45 0 0.94 0.78 0.22 349.73 0.88 0.42
Hex C8 D 2D 0 5E 4E 16 15E 58 2A
Octal 310 15 55 0 136 116 26 536 130 52
Binary 11001000 1101 101101 0 1011110 1001110 10110 101011110 1011000 101010

Color Harmonies of #C80D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D2D

Black with #C80D2D

Text Example


Text Example

White with #C80D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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