Html Css Color HEX #C81125 Fire Engine Red

📋 copy color: '#C81125'

red 200 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #C81125

Tints of Fire Engine Red #C81125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 78.74%
G = 6.69%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81125 (or 0xC81125) is known color: Fire Engine Red. HEX triplet: C8, 11 and 25. RGB value is (200,17,37). Sum of RGB (Red+Green+Blue) = 200+17+37=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C81125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81125 is #37EEDA. Grayscale: #4A4A4A. Windows color (decimal): -3665627 or 2429384. OLE color: 2429384.

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

Color convert

RGB 200 17 37 -
CMYK 0 0.92 0.82 0.22
HSL 353.44º 0.84% 0.43% -
HSV(B) 353.44º 0.92% 0.78% -
XYZ 24.35 12.81 2.94 -
YUV 74 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 200 17 37 0 0.92 0.82 0.22 353.44 0.84 0.43
Hex C8 11 25 0 5C 52 16 161 54 2B
Octal 310 21 45 0 134 122 26 541 124 53
Binary 11001000 10001 100101 0 1011100 1010010 10110 101100001 1010100 101011

Color Harmonies of #C81125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81125

Black with #C81125

Text Example


Text Example

White with #C81125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81125; }

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

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

background-color css

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

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

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

border-color css

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

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

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