Html Css Color HEX #C82126 Fire Engine Red

📋 copy color: '#C82126'

red 200 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #C82126

Tints of Fire Engine Red #C82126

RGB

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

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

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

R = 73.8%
G = 12.18%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C82126 (or 0xC82126) is known color: Fire Engine Red. HEX triplet: C8, 21 and 26. RGB value is (200,33,38). Sum of RGB (Red+Green+Blue) = 200+33+38=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82126 is #37DED9. Grayscale: #535353. Windows color (decimal): -3661530 or 2499016. OLE color: 2499016.

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

Color convert

RGB 200 33 38 -
CMYK 0 0.84 0.81 0.22
HSL 358.2º 0.72% 0.46% -
HSV(B) 358.2º 0.84% 0.78% -
XYZ 24.71 13.51 3.14 -
YUV 83.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 200 33 38 0 0.84 0.81 0.22 358.2 0.72 0.46
Hex C8 21 26 0 54 51 16 166 48 2E
Octal 310 41 46 0 124 121 26 546 110 56
Binary 11001000 100001 100110 0 1010100 1010001 10110 101100110 1001000 101110

Color Harmonies of #C82126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82126

Black with #C82126

Text Example


Text Example

White with #C82126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82126; }

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

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

background-color css

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

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

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

border-color css

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

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

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