Html Css Color HEX #C81925 Fire Engine Red

📋 copy color: '#C81925'

red 200 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #C81925

Tints of Fire Engine Red #C81925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 76.34%
G = 9.54%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81925 (or 0xC81925) is known color: Fire Engine Red. HEX triplet: C8, 19 and 25. RGB value is (200,25,37). Sum of RGB (Red+Green+Blue) = 200+25+37=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C81925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81925 is #37E6DA. Grayscale: #4E4E4E. Windows color (decimal): -3663579 or 2431432. OLE color: 2431432.

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

Color convert

RGB 200 25 37 -
CMYK 0 0.88 0.82 0.22
HSL 355.89º 0.78% 0.44% -
HSV(B) 355.89º 0.88% 0.78% -
XYZ 24.5 13.11 2.99 -
YUV 78.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 200 25 37 0 0.88 0.82 0.22 355.89 0.78 0.44
Hex C8 19 25 0 58 52 16 164 4E 2C
Octal 310 31 45 0 130 122 26 544 116 54
Binary 11001000 11001 100101 0 1011000 1010010 10110 101100100 1001110 101100

Color Harmonies of #C81925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81925

Black with #C81925

Text Example


Text Example

White with #C81925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81925; }

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

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

background-color css

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

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

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

border-color css

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

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

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