Html Css Color HEX #C81229 Fire Engine Red

📋 copy color: '#C81229'

red 200 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #C81229

Tints of Fire Engine Red #C81229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 77.22%
G = 6.95%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81229 (or 0xC81229) is known color: Fire Engine Red. HEX triplet: C8, 12 and 29. RGB value is (200,18,41). Sum of RGB (Red+Green+Blue) = 200+18+41=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81229 is #37EDD6. Grayscale: #4B4B4B. Windows color (decimal): -3665367 or 2691784. OLE color: 2691784.

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

Color convert

RGB 200 18 41 -
CMYK 0 0.91 0.80 0.22
HSL 352.42º 0.83% 0.43% -
HSV(B) 352.42º 0.91% 0.78% -
XYZ 24.44 12.87 3.29 -
YUV 75.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 200 18 41 0 0.91 0.80 0.22 352.42 0.83 0.43
Hex C8 12 29 0 5B 50 16 160 53 2B
Octal 310 22 51 0 133 120 26 540 123 53
Binary 11001000 10010 101001 0 1011011 1010000 10110 101100000 1010011 101011

Color Harmonies of #C81229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81229

Black with #C81229

Text Example


Text Example

White with #C81229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81229; }

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

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

background-color css

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

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

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

border-color css

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

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

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