Html Css Color HEX #C80F2D Fire Engine Red

📋 copy color: '#C80F2D'

red 200 ◦ green 15 ◦ blue 45

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

Shades of Fire Engine Red #C80F2D

Tints of Fire Engine Red #C80F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.77%

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

R = 76.92%
G = 5.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C80F2D (or 0xC80F2D) is known color: Fire Engine Red. HEX triplet: C8, 0F and 2D. RGB value is (200,15,45). Sum of RGB (Red+Green+Blue) = 200+15+45=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F2D is #37F0D2. Grayscale: #494949. Windows color (decimal): -3666131 or 2953160. OLE color: 2953160.

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

Color convert

RGB 200 15 45 -
CMYK 0 0.92 0.78 0.22
HSL 350.27º 0.86% 0.42% -
HSV(B) 350.27º 0.93% 0.78% -
XYZ 24.46 12.81 3.67 -
YUV 73.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 200 15 45 0 0.92 0.78 0.22 350.27 0.86 0.42
Hex C8 F 2D 0 5C 4E 16 15E 56 2A
Octal 310 17 55 0 134 116 26 536 126 52
Binary 11001000 1111 101101 0 1011100 1001110 10110 101011110 1010110 101010

Color Harmonies of #C80F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F2D

Black with #C80F2D

Text Example


Text Example

White with #C80F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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