Html Css Color HEX #C81429 Fire Engine Red

📋 copy color: '#C81429'

red 200 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #C81429

Tints of Fire Engine Red #C81429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

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

R = 76.63%
G = 7.66%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81429 (or 0xC81429) is known color: Fire Engine Red. HEX triplet: C8, 14 and 29. RGB value is (200,20,41). Sum of RGB (Red+Green+Blue) = 200+20+41=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C81429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81429 is #37EBD6. Grayscale: #4C4C4C. Windows color (decimal): -3664855 or 2692296. OLE color: 2692296.

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

Color convert

RGB 200 20 41 -
CMYK 0 0.9 0.80 0.22
HSL 353º 0.82% 0.43% -
HSV(B) 353º 0.9% 0.78% -
XYZ 24.47 12.94 3.31 -
YUV 76.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 200 20 41 0 0.9 0.80 0.22 353 0.82 0.43
Hex C8 14 29 0 5A 50 16 161 52 2B
Octal 310 24 51 0 132 120 26 541 122 53
Binary 11001000 10100 101001 0 1011010 1010000 10110 101100001 1010010 101011

Color Harmonies of #C81429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81429

Black with #C81429

Text Example


Text Example

White with #C81429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81429; }

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

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

background-color css

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

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

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

border-color css

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

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

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