Html Css Color HEX #C82628 Fire Engine Red

📋 copy color: '#C82628'

red 200 ◦ green 38 ◦ blue 40

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

Shades of Fire Engine Red #C82628

Tints of Fire Engine Red #C82628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 71.94%
G = 13.67%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C82628 (or 0xC82628) is known color: Fire Engine Red. HEX triplet: C8, 26 and 28. RGB value is (200,38,40). Sum of RGB (Red+Green+Blue) = 200+38+40=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C82628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82628 is #37D9D7. Grayscale: #565656. Windows color (decimal): -3660248 or 2631368. OLE color: 2631368.

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

Color convert

RGB 200 38 40 -
CMYK 0 0.81 0.8 0.22
HSL 359.26º 0.68% 0.47% -
HSV(B) 359.26º 0.81% 0.78% -
XYZ 24.9 13.82 3.36 -
YUV 86.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 200 38 40 0 0.81 0.8 0.22 359.26 0.68 0.47
Hex C8 26 28 0 51 50 16 167 44 2F
Octal 310 46 50 0 121 120 26 547 104 57
Binary 11001000 100110 101000 0 1010001 1010000 10110 101100111 1000100 101111

Color Harmonies of #C82628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82628

Black with #C82628

Text Example


Text Example

White with #C82628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82628; }

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

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

background-color css

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

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

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

border-color css

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

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

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