Html Css Color HEX #C81A1E Fire Engine Red

📋 copy color: '#C81A1E'

red 200 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #C81A1E

Tints of Fire Engine Red #C81A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 78.13%
G = 10.16%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C81A1E (or 0xC81A1E) is known color: Fire Engine Red. HEX triplet: C8, 1A and 1E. RGB value is (200,26,30). Sum of RGB (Red+Green+Blue) = 200+26+30=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A1E is #37E5E1. Grayscale: #4E4E4E. Windows color (decimal): -3663330 or 1972936. OLE color: 1972936.

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

Color convert

RGB 200 26 30 -
CMYK 0 0.87 0.85 0.22
HSL 358.62º 0.77% 0.44% -
HSV(B) 358.62º 0.87% 0.78% -
XYZ 24.42 13.11 2.47 -
YUV 78.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 200 26 30 0 0.87 0.85 0.22 358.62 0.77 0.44
Hex C8 1A 1E 0 57 55 16 167 4D 2C
Octal 310 32 36 0 127 125 26 547 115 54
Binary 11001000 11010 11110 0 1010111 1010101 10110 101100111 1001101 101100

Color Harmonies of #C81A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A1E

Black with #C81A1E

Text Example


Text Example

White with #C81A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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