Html Css Color HEX #C92526 Fire Engine Red

📋 copy color: '#C92526'

red 201 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C92526

Tints of Fire Engine Red #C92526

RGB

 RED value IS 201 (78.91% from 255) = 72.83%

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

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

R = 72.83%
G = 13.41%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92526 (or 0xC92526) is known color: Fire Engine Red. HEX triplet: C9, 25 and 26. RGB value is (201,37,38). Sum of RGB (Red+Green+Blue) = 201+37+38=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C92526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92526 is #36DAD9. Grayscale: #565656. Windows color (decimal): -3594970 or 2500041. OLE color: 2500041.

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

Color convert

RGB 201 37 38 -
CMYK 0 0.82 0.81 0.21
HSL 359.63º 0.69% 0.47% -
HSV(B) 359.63º 0.82% 0.79% -
XYZ 25.1 13.88 3.19 -
YUV 86.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 201 37 38 0 0.82 0.81 0.21 359.63 0.69 0.47
Hex C9 25 26 0 52 51 15 168 45 2F
Octal 311 45 46 0 122 121 25 550 105 57
Binary 11001001 100101 100110 0 1010010 1010001 10101 101101000 1000101 101111

Color Harmonies of #C92526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92526

Black with #C92526

Text Example


Text Example

White with #C92526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92526; }

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

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

background-color css

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

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

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

border-color css

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

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

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