Html Css Color HEX #C81E26 Fire Engine Red

📋 copy color: '#C81E26'

red 200 ◦ green 30 ◦ blue 38

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

Shades of Fire Engine Red #C81E26

Tints of Fire Engine Red #C81E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 74.63%
G = 11.19%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C81E26 (or 0xC81E26) is known color: Fire Engine Red. HEX triplet: C8, 1E and 26. RGB value is (200,30,38). Sum of RGB (Red+Green+Blue) = 200+30+38=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E26 is #37E1D9. Grayscale: #515151. Windows color (decimal): -3662298 or 2498248. OLE color: 2498248.

HSL color Cylindrical-coordinate representation of color #C81E26: hue angle of 357.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E26 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 38 -
CMYK 0 0.85 0.81 0.22
HSL 357.18º 0.74% 0.45% -
HSV(B) 357.18º 0.85% 0.78% -
XYZ 24.63 13.35 3.11 -
YUV 81.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 200 30 38 0 0.85 0.81 0.22 357.18 0.74 0.45
Hex C8 1E 26 0 55 51 16 165 4A 2D
Octal 310 36 46 0 125 121 26 545 112 55
Binary 11001000 11110 100110 0 1010101 1010001 10110 101100101 1001010 101101

Color Harmonies of #C81E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E26

Black with #C81E26

Text Example


Text Example

White with #C81E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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