Html Css Color HEX #C82128 Fire Engine Red

📋 copy color: '#C82128'

red 200 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #C82128

Tints of Fire Engine Red #C82128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

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

R = 73.26%
G = 12.09%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C82128 (or 0xC82128) is known color: Fire Engine Red. HEX triplet: C8, 21 and 28. RGB value is (200,33,40). Sum of RGB (Red+Green+Blue) = 200+33+40=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82128 is #37DED7. Grayscale: #535353. Windows color (decimal): -3661528 or 2630088. OLE color: 2630088.

HSL color Cylindrical-coordinate representation of color #C82128: hue angle of 357.49º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82128 is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 40 -
CMYK 0 0.84 0.8 0.22
HSL 357.49º 0.72% 0.46% -
HSV(B) 357.49º 0.84% 0.78% -
XYZ 24.75 13.52 3.31 -
YUV 83.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 200 33 40 0 0.84 0.8 0.22 357.49 0.72 0.46
Hex C8 21 28 0 54 50 16 165 48 2E
Octal 310 41 50 0 124 120 26 545 110 56
Binary 11001000 100001 101000 0 1010100 1010000 10110 101100101 1001000 101110

Color Harmonies of #C82128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82128

Black with #C82128

Text Example


Text Example

White with #C82128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82128; }

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

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

background-color css

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

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

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

border-color css

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

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

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