Html Css Color HEX #C80F1F Fire Engine Red

📋 copy color: '#C80F1F'

red 200 ◦ green 15 ◦ blue 31

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

Shades of Fire Engine Red #C80F1F

Tints of Fire Engine Red #C80F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 81.3%
G = 6.1%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80F1F (or 0xC80F1F) is known color: Fire Engine Red. HEX triplet: C8, 0F and 1F. RGB value is (200,15,31). Sum of RGB (Red+Green+Blue) = 200+15+31=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F1F is #37F0E0. Grayscale: #484848. Windows color (decimal): -3666145 or 2035656. OLE color: 2035656.

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

Color convert

RGB 200 15 31 -
CMYK 0 0.92 0.84 0.22
HSL 354.81º 0.86% 0.42% -
HSV(B) 354.81º 0.93% 0.78% -
XYZ 24.24 12.72 2.47 -
YUV 72.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 200 15 31 0 0.92 0.84 0.22 354.81 0.86 0.42
Hex C8 F 1F 0 5C 54 16 163 56 2A
Octal 310 17 37 0 134 124 26 543 126 52
Binary 11001000 1111 11111 0 1011100 1010100 10110 101100011 1010110 101010

Color Harmonies of #C80F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F1F

Black with #C80F1F

Text Example


Text Example

White with #C80F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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