Html Css Color HEX #C82426 Fire Engine Red

📋 copy color: '#C82426'

red 200 ◦ green 36 ◦ blue 38

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

Shades of Fire Engine Red #C82426

Tints of Fire Engine Red #C82426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 72.99%
G = 13.14%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C82426 (or 0xC82426) is known color: Fire Engine Red. HEX triplet: C8, 24 and 26. RGB value is (200,36,38). Sum of RGB (Red+Green+Blue) = 200+36+38=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C82426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82426 is #37DBD9. Grayscale: #555555. Windows color (decimal): -3660762 or 2499784. OLE color: 2499784.

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

Color convert

RGB 200 36 38 -
CMYK 0 0.82 0.81 0.22
HSL 359.27º 0.69% 0.46% -
HSV(B) 359.27º 0.82% 0.78% -
XYZ 24.8 13.68 3.17 -
YUV 85.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 200 36 38 0 0.82 0.81 0.22 359.27 0.69 0.46
Hex C8 24 26 0 52 51 16 167 45 2E
Octal 310 44 46 0 122 121 26 547 105 56
Binary 11001000 100100 100110 0 1010010 1010001 10110 101100111 1000101 101110

Color Harmonies of #C82426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82426

Black with #C82426

Text Example


Text Example

White with #C82426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82426; }

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

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

background-color css

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

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

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

border-color css

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

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

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