Html Css Color HEX #C81821 Fire Engine Red

📋 copy color: '#C81821'

red 200 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #C81821

Tints of Fire Engine Red #C81821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 77.82%
G = 9.34%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81821 (or 0xC81821) is known color: Fire Engine Red. HEX triplet: C8, 18 and 21. RGB value is (200,24,33). Sum of RGB (Red+Green+Blue) = 200+24+33=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81821 is #37E7DE. Grayscale: #4D4D4D. Windows color (decimal): -3663839 or 2169032. OLE color: 2169032.

HSL color Cylindrical-coordinate representation of color #C81821: hue angle of 356.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81821 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 33 -
CMYK 0 0.88 0.84 0.22
HSL 356.93º 0.79% 0.44% -
HSV(B) 356.93º 0.88% 0.78% -
XYZ 24.42 13.04 2.67 -
YUV 77.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 200 24 33 0 0.88 0.84 0.22 356.93 0.79 0.44
Hex C8 18 21 0 58 54 16 165 4F 2C
Octal 310 30 41 0 130 124 26 545 117 54
Binary 11001000 11000 100001 0 1011000 1010100 10110 101100101 1001111 101100

Color Harmonies of #C81821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81821

Black with #C81821

Text Example


Text Example

White with #C81821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81821; }

 p { color: rgb(200,24,33); }

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

background-color css

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

 a { background-color: rgb(200,24,33); }

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

border-color css

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

 span { border-color: rgb(200,24,33); }

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