Html Css Color HEX #C81E2C Fire Engine Red

📋 copy color: '#C81E2C'

red 200 ◦ green 30 ◦ blue 44

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

Shades of Fire Engine Red #C81E2C

Tints of Fire Engine Red #C81E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.95%

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 72.99%
G = 10.95%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C81E2C (or 0xC81E2C) is known color: Fire Engine Red. HEX triplet: C8, 1E and 2C. RGB value is (200,30,44). Sum of RGB (Red+Green+Blue) = 200+30+44=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E2C is #37E1D3. Grayscale: #525252. Windows color (decimal): -3662292 or 2891464. OLE color: 2891464.

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

Color convert

RGB 200 30 44 -
CMYK 0 0.85 0.78 0.22
HSL 355.06º 0.74% 0.45% -
HSV(B) 355.06º 0.85% 0.78% -
XYZ 24.74 13.39 3.66 -
YUV 82.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 200 30 44 0 0.85 0.78 0.22 355.06 0.74 0.45
Hex C8 1E 2C 0 55 4E 16 163 4A 2D
Octal 310 36 54 0 125 116 26 543 112 55
Binary 11001000 11110 101100 0 1010101 1001110 10110 101100011 1001010 101101

Color Harmonies of #C81E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E2C

Black with #C81E2C

Text Example


Text Example

White with #C81E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E2C; }

 p { color: rgb(200,30,44); }

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

background-color css

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

 a { background-color: rgb(200,30,44); }

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

border-color css

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

 span { border-color: rgb(200,30,44); }

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