Html Css Color HEX #C81524 Fire Engine Red

📋 copy color: '#C81524'

red 200 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #C81524

Tints of Fire Engine Red #C81524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 77.82%
G = 8.17%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81524 (or 0xC81524) is known color: Fire Engine Red. HEX triplet: C8, 15 and 24. RGB value is (200,21,36). Sum of RGB (Red+Green+Blue) = 200+21+36=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81524 is #37EADB. Grayscale: #4C4C4C. Windows color (decimal): -3664604 or 2364872. OLE color: 2364872.

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

Color convert

RGB 200 21 36 -
CMYK 0 0.90 0.82 0.22
HSL 354.97º 0.81% 0.43% -
HSV(B) 354.97º 0.9% 0.78% -
XYZ 24.41 12.94 2.88 -
YUV 76.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 200 21 36 0 0.90 0.82 0.22 354.97 0.81 0.43
Hex C8 15 24 0 5A 52 16 163 51 2B
Octal 310 25 44 0 132 122 26 543 121 53
Binary 11001000 10101 100100 0 1011010 1010010 10110 101100011 1010001 101011

Color Harmonies of #C81524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81524

Black with #C81524

Text Example


Text Example

White with #C81524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81524; }

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

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

background-color css

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

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

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

border-color css

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

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

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