Html Css Color HEX #C81A21 Fire Engine Red

📋 copy color: '#C81A21'

red 200 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #C81A21

Tints of Fire Engine Red #C81A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.04%

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

R = 77.22%
G = 10.04%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81A21 (or 0xC81A21) is known color: Fire Engine Red. HEX triplet: C8, 1A and 21. RGB value is (200,26,33). Sum of RGB (Red+Green+Blue) = 200+26+33=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A21 is #37E5DE. Grayscale: #4E4E4E. Windows color (decimal): -3663327 or 2169544. OLE color: 2169544.

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

Color convert

RGB 200 26 33 -
CMYK 0 0.87 0.84 0.22
HSL 357.59º 0.77% 0.44% -
HSV(B) 357.59º 0.87% 0.78% -
XYZ 24.46 13.13 2.68 -
YUV 78.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 200 26 33 0 0.87 0.84 0.22 357.59 0.77 0.44
Hex C8 1A 21 0 57 54 16 166 4D 2C
Octal 310 32 41 0 127 124 26 546 115 54
Binary 11001000 11010 100001 0 1010111 1010100 10110 101100110 1001101 101100

Color Harmonies of #C81A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A21

Black with #C81A21

Text Example


Text Example

White with #C81A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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