Html Css Color HEX #C90C25 Fire Engine Red

📋 copy color: '#C90C25'

red 201 ◦ green 12 ◦ blue 37

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

Shades of Fire Engine Red #C90C25

Tints of Fire Engine Red #C90C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 80.4%
G = 4.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90C25 (or 0xC90C25) is known color: Fire Engine Red. HEX triplet: C9, 0C and 25. RGB value is (201,12,37). Sum of RGB (Red+Green+Blue) = 201+12+37=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C25 is #36F3DA. Grayscale: #474747. Windows color (decimal): -3601371 or 2428105. OLE color: 2428105.

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

Color convert

RGB 201 12 37 -
CMYK 0 0.94 0.82 0.21
HSL 352.06º 0.89% 0.42% -
HSV(B) 352.06º 0.94% 0.79% -
XYZ 24.55 12.81 2.93 -
YUV 71.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 201 12 37 0 0.94 0.82 0.21 352.06 0.89 0.42
Hex C9 C 25 0 5E 52 15 160 59 2A
Octal 311 14 45 0 136 122 25 540 131 52
Binary 11001001 1100 100101 0 1011110 1010010 10101 101100000 1011001 101010

Color Harmonies of #C90C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C25

Black with #C90C25

Text Example


Text Example

White with #C90C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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