Html Css Color HEX #C81625 Fire Engine Red

📋 copy color: '#C81625'

red 200 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #C81625

Tints of Fire Engine Red #C81625

RGB

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

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

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

R = 77.22%
G = 8.49%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81625 (or 0xC81625) is known color: Fire Engine Red. HEX triplet: C8, 16 and 25. RGB value is (200,22,37). Sum of RGB (Red+Green+Blue) = 200+22+37=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81625 is #37E9DA. Grayscale: #4D4D4D. Windows color (decimal): -3664347 or 2430664. OLE color: 2430664.

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

Color convert

RGB 200 22 37 -
CMYK 0 0.89 0.82 0.22
HSL 354.94º 0.8% 0.44% -
HSV(B) 354.94º 0.89% 0.78% -
XYZ 24.44 12.99 2.97 -
YUV 76.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 200 22 37 0 0.89 0.82 0.22 354.94 0.8 0.44
Hex C8 16 25 0 59 52 16 163 50 2C
Octal 310 26 45 0 131 122 26 543 120 54
Binary 11001000 10110 100101 0 1011001 1010010 10110 101100011 1010000 101100

Color Harmonies of #C81625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81625

Black with #C81625

Text Example


Text Example

White with #C81625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81625; }

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

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

background-color css

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

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

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

border-color css

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

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

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