Html Css Color HEX #C82125 Fire Engine Red

📋 copy color: '#C82125'

red 200 ◦ green 33 ◦ blue 37

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

Shades of Fire Engine Red #C82125

Tints of Fire Engine Red #C82125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 74.07%
G = 12.22%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82125 (or 0xC82125) is known color: Fire Engine Red. HEX triplet: C8, 21 and 25. RGB value is (200,33,37). Sum of RGB (Red+Green+Blue) = 200+33+37=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C82125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82125 is #37DEDA. Grayscale: #535353. Windows color (decimal): -3661531 or 2433480. OLE color: 2433480.

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

Color convert

RGB 200 33 37 -
CMYK 0 0.84 0.82 0.22
HSL 358.56º 0.72% 0.46% -
HSV(B) 358.56º 0.84% 0.78% -
XYZ 24.7 13.5 3.05 -
YUV 83.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 200 33 37 0 0.84 0.82 0.22 358.56 0.72 0.46
Hex C8 21 25 0 54 52 16 167 48 2E
Octal 310 41 45 0 124 122 26 547 110 56
Binary 11001000 100001 100101 0 1010100 1010010 10110 101100111 1001000 101110

Color Harmonies of #C82125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82125

Black with #C82125

Text Example


Text Example

White with #C82125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82125; }

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

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

background-color css

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

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

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

border-color css

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

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

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