Html Css Color HEX #C81619 Fire Engine Red

📋 copy color: '#C81619'

red 200 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #C81619

Tints of Fire Engine Red #C81619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 80.97%
G = 8.91%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81619 (or 0xC81619) is known color: Fire Engine Red. HEX triplet: C8, 16 and 19. RGB value is (200,22,25). Sum of RGB (Red+Green+Blue) = 200+22+25=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C81619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81619 is #37E9E6. Grayscale: #4B4B4B. Windows color (decimal): -3664359 or 1644232. OLE color: 1644232.

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

Color convert

RGB 200 22 25 -
CMYK 0 0.89 0.88 0.22
HSL 358.99º 0.8% 0.44% -
HSV(B) 358.99º 0.89% 0.78% -
XYZ 24.28 12.92 2.13 -
YUV 75.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 200 22 25 0 0.89 0.88 0.22 358.99 0.8 0.44
Hex C8 16 19 0 59 58 16 167 50 2C
Octal 310 26 31 0 131 130 26 547 120 54
Binary 11001000 10110 11001 0 1011001 1011000 10110 101100111 1010000 101100

Color Harmonies of #C81619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81619

Black with #C81619

Text Example


Text Example

White with #C81619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81619; }

 p { color: rgb(200,22,25); }

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

background-color css

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

 a { background-color: rgb(200,22,25); }

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

border-color css

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

 span { border-color: rgb(200,22,25); }

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