Html Css Color HEX #C81522 Fire Engine Red

📋 copy color: '#C81522'

red 200 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #C81522

Tints of Fire Engine Red #C81522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.33%

R = 78.43%
G = 8.24%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C81522 (or 0xC81522) is known color: Fire Engine Red. HEX triplet: C8, 15 and 22. RGB value is (200,21,34). Sum of RGB (Red+Green+Blue) = 200+21+34=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C81522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81522 is #37EADD. Grayscale: #4C4C4C. Windows color (decimal): -3664606 or 2233800. OLE color: 2233800.

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

Color convert

RGB 200 21 34 -
CMYK 0 0.90 0.83 0.22
HSL 355.64º 0.81% 0.43% -
HSV(B) 355.64º 0.9% 0.78% -
XYZ 24.38 12.93 2.72 -
YUV 76 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 200 21 34 0 0.90 0.83 0.22 355.64 0.81 0.43
Hex C8 15 22 0 5A 53 16 164 51 2B
Octal 310 25 42 0 132 123 26 544 121 53
Binary 11001000 10101 100010 0 1011010 1010011 10110 101100100 1010001 101011

Color Harmonies of #C81522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81522

Black with #C81522

Text Example


Text Example

White with #C81522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81522; }

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

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

background-color css

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

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

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

border-color css

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

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

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