Html Css Color HEX #C81529 Fire Engine Red

📋 copy color: '#C81529'

red 200 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #C81529

Tints of Fire Engine Red #C81529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 76.34%
G = 8.02%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81529 (or 0xC81529) is known color: Fire Engine Red. HEX triplet: C8, 15 and 29. RGB value is (200,21,41). Sum of RGB (Red+Green+Blue) = 200+21+41=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C81529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81529 is #37EAD6. Grayscale: #4C4C4C. Windows color (decimal): -3664599 or 2692552. OLE color: 2692552.

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

Color convert

RGB 200 21 41 -
CMYK 0 0.90 0.80 0.22
HSL 353.3º 0.81% 0.43% -
HSV(B) 353.3º 0.9% 0.78% -
XYZ 24.49 12.98 3.31 -
YUV 76.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 200 21 41 0 0.90 0.80 0.22 353.3 0.81 0.43
Hex C8 15 29 0 5A 50 16 161 51 2B
Octal 310 25 51 0 132 120 26 541 121 53
Binary 11001000 10101 101001 0 1011010 1010000 10110 101100001 1010001 101011

Color Harmonies of #C81529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81529

Black with #C81529

Text Example


Text Example

White with #C81529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81529; }

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

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

background-color css

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

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

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

border-color css

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

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

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