Html Css Color HEX #C82225 Fire Engine Red

📋 copy color: '#C82225'

red 200 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #C82225

Tints of Fire Engine Red #C82225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 73.8%
G = 12.55%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82225 (or 0xC82225) is known color: Fire Engine Red. HEX triplet: C8, 22 and 25. RGB value is (200,34,37). Sum of RGB (Red+Green+Blue) = 200+34+37=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82225 is #37DDDA. Grayscale: #545454. Windows color (decimal): -3661275 or 2433736. OLE color: 2433736.

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

Color convert

RGB 200 34 37 -
CMYK 0 0.83 0.82 0.22
HSL 358.92º 0.71% 0.46% -
HSV(B) 358.92º 0.83% 0.78% -
XYZ 24.73 13.56 3.06 -
YUV 83.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 200 34 37 0 0.83 0.82 0.22 358.92 0.71 0.46
Hex C8 22 25 0 53 52 16 167 47 2E
Octal 310 42 45 0 123 122 26 547 107 56
Binary 11001000 100010 100101 0 1010011 1010010 10110 101100111 1000111 101110

Color Harmonies of #C82225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82225

Black with #C82225

Text Example


Text Example

White with #C82225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82225; }

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

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

background-color css

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

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

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

border-color css

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

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

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