Html Css Color HEX #C81826 Fire Engine Red

📋 copy color: '#C81826'

red 200 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #C81826

Tints of Fire Engine Red #C81826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 76.34%
G = 9.16%
B = 14.5%

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

#C81826 (or 0xC81826) is known color: Fire Engine Red. HEX triplet: C8, 18 and 26. RGB value is (200,24,38). Sum of RGB (Red+Green+Blue) = 200+24+38=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C81826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81826 is #37E7D9. Grayscale: #4E4E4E. Windows color (decimal): -3663834 or 2496712. OLE color: 2496712.

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

Color convert

RGB 200 24 38 -
CMYK 0 0.88 0.81 0.22
HSL 355.23º 0.79% 0.44% -
HSV(B) 355.23º 0.88% 0.78% -
XYZ 24.5 13.07 3.07 -
YUV 78.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 200 24 38 0 0.88 0.81 0.22 355.23 0.79 0.44
Hex C8 18 26 0 58 51 16 163 4F 2C
Octal 310 30 46 0 130 121 26 543 117 54
Binary 11001000 11000 100110 0 1011000 1010001 10110 101100011 1001111 101100

Color Harmonies of #C81826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81826

Black with #C81826

Text Example


Text Example

White with #C81826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81826; }

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

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

background-color css

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

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

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

border-color css

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

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

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