Html Css Color HEX #C81926 Fire Engine Red

📋 copy color: '#C81926'

red 200 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #C81926

Tints of Fire Engine Red #C81926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 76.05%
G = 9.51%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C81926 (or 0xC81926) is known color: Fire Engine Red. HEX triplet: C8, 19 and 26. RGB value is (200,25,38). Sum of RGB (Red+Green+Blue) = 200+25+38=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C81926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81926 is #37E6D9. Grayscale: #4E4E4E. Windows color (decimal): -3663578 or 2496968. OLE color: 2496968.

HSL color Cylindrical-coordinate representation of color #C81926: hue angle of 355.54º degrees, saturation: 0.78, 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 #C81926 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 38 -
CMYK 0 0.88 0.81 0.22
HSL 355.54º 0.78% 0.44% -
HSV(B) 355.54º 0.88% 0.78% -
XYZ 24.52 13.11 3.07 -
YUV 78.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 200 25 38 0 0.88 0.81 0.22 355.54 0.78 0.44
Hex C8 19 26 0 58 51 16 164 4E 2C
Octal 310 31 46 0 130 121 26 544 116 54
Binary 11001000 11001 100110 0 1011000 1010001 10110 101100100 1001110 101100

Color Harmonies of #C81926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81926

Black with #C81926

Text Example


Text Example

White with #C81926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81926; }

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

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

background-color css

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

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

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

border-color css

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

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

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