Html Css Color HEX #C90728 Fire Engine Red

📋 copy color: '#C90728'

red 201 ◦ green 7 ◦ blue 40

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

Shades of Fire Engine Red #C90728

Tints of Fire Engine Red #C90728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 81.05%
G = 2.82%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90728 (or 0xC90728) is known color: Fire Engine Red. HEX triplet: C9, 07 and 28. RGB value is (201,7,40). Sum of RGB (Red+Green+Blue) = 201+7+40=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C90728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90728 is #36F8D7. Grayscale: #444444. Windows color (decimal): -3602648 or 2623433. OLE color: 2623433.

HSL color Cylindrical-coordinate representation of color #C90728: hue angle of 349.79º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90728 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 40 -
CMYK 0 0.97 0.80 0.21
HSL 349.79º 0.93% 0.41% -
HSV(B) 349.79º 0.97% 0.79% -
XYZ 24.55 12.72 3.17 -
YUV 68.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 201 7 40 0 0.97 0.80 0.21 349.79 0.93 0.41
Hex C9 7 28 0 61 50 15 15E 5D 29
Octal 311 7 50 0 141 120 25 536 135 51
Binary 11001001 111 101000 0 1100001 1010000 10101 101011110 1011101 101001

Color Harmonies of #C90728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90728

Black with #C90728

Text Example


Text Example

White with #C90728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90728; }

 p { color: rgb(201,7,40); }

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

background-color css

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

 a { background-color: rgb(201,7,40); }

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

border-color css

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

 span { border-color: rgb(201,7,40); }

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