Html Css Color HEX #C82526 Fire Engine Red

📋 copy color: '#C82526'

red 200 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C82526

Tints of Fire Engine Red #C82526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 72.73%
G = 13.45%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C82526 (or 0xC82526) is known color: Fire Engine Red. HEX triplet: C8, 25 and 26. RGB value is (200,37,38). Sum of RGB (Red+Green+Blue) = 200+37+38=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C82526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82526 is #37DAD9. Grayscale: #565656. Windows color (decimal): -3660506 or 2500040. OLE color: 2500040.

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

Color convert

RGB 200 37 38 -
CMYK 0 0.82 0.81 0.22
HSL 359.63º 0.69% 0.46% -
HSV(B) 359.63º 0.82% 0.78% -
XYZ 24.83 13.74 3.18 -
YUV 85.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 200 37 38 0 0.82 0.81 0.22 359.63 0.69 0.46
Hex C8 25 26 0 52 51 16 168 45 2E
Octal 310 45 46 0 122 121 26 550 105 56
Binary 11001000 100101 100110 0 1010010 1010001 10110 101101000 1000101 101110

Color Harmonies of #C82526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82526

Black with #C82526

Text Example


Text Example

White with #C82526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82526; }

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

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

background-color css

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

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

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

border-color css

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

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

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