Html Css Color HEX #C81129 Fire Engine Red

📋 copy color: '#C81129'

red 200 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #C81129

Tints of Fire Engine Red #C81129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 77.52%
G = 6.59%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81129 (or 0xC81129) is known color: Fire Engine Red. HEX triplet: C8, 11 and 29. RGB value is (200,17,41). Sum of RGB (Red+Green+Blue) = 200+17+41=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81129 is #37EED6. Grayscale: #4A4A4A. Windows color (decimal): -3665623 or 2691528. OLE color: 2691528.

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

Color convert

RGB 200 17 41 -
CMYK 0 0.92 0.80 0.22
HSL 352.13º 0.84% 0.43% -
HSV(B) 352.13º 0.92% 0.78% -
XYZ 24.42 12.84 3.29 -
YUV 74.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 200 17 41 0 0.92 0.80 0.22 352.13 0.84 0.43
Hex C8 11 29 0 5C 50 16 160 54 2B
Octal 310 21 51 0 134 120 26 540 124 53
Binary 11001000 10001 101001 0 1011100 1010000 10110 101100000 1010100 101011

Color Harmonies of #C81129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81129

Black with #C81129

Text Example


Text Example

White with #C81129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81129; }

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

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

background-color css

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

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

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

border-color css

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

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

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