Html Css Color HEX #C81A28 Fire Engine Red

📋 copy color: '#C81A28'

red 200 ◦ green 26 ◦ blue 40

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

Shades of Fire Engine Red #C81A28

Tints of Fire Engine Red #C81A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 75.19%
G = 9.77%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C81A28 (or 0xC81A28) is known color: Fire Engine Red. HEX triplet: C8, 1A and 28. RGB value is (200,26,40). Sum of RGB (Red+Green+Blue) = 200+26+40=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A28 is #37E5D7. Grayscale: #4F4F4F. Windows color (decimal): -3663320 or 2628296. OLE color: 2628296.

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

Color convert

RGB 200 26 40 -
CMYK 0 0.87 0.8 0.22
HSL 355.17º 0.77% 0.44% -
HSV(B) 355.17º 0.87% 0.78% -
XYZ 24.57 13.17 3.25 -
YUV 79.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 200 26 40 0 0.87 0.8 0.22 355.17 0.77 0.44
Hex C8 1A 28 0 57 50 16 163 4D 2C
Octal 310 32 50 0 127 120 26 543 115 54
Binary 11001000 11010 101000 0 1010111 1010000 10110 101100011 1001101 101100

Color Harmonies of #C81A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A28

Black with #C81A28

Text Example


Text Example

White with #C81A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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