Html Css Color HEX #C90C2D Fire Engine Red

📋 copy color: '#C90C2D'

red 201 ◦ green 12 ◦ blue 45

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

Shades of Fire Engine Red #C90C2D

Tints of Fire Engine Red #C90C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 77.91%
G = 4.65%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C90C2D (or 0xC90C2D) is known color: Fire Engine Red. HEX triplet: C9, 0C and 2D. RGB value is (201,12,45). Sum of RGB (Red+Green+Blue) = 201+12+45=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C2D is #36F3D2. Grayscale: #484848. Windows color (decimal): -3601363 or 2952393. OLE color: 2952393.

HSL color Cylindrical-coordinate representation of color #C90C2D: hue angle of 349.52º 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 #C90C2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 45 -
CMYK 0 0.94 0.78 0.21
HSL 349.52º 0.89% 0.42% -
HSV(B) 349.52º 0.94% 0.79% -
XYZ 24.69 12.87 3.67 -
YUV 72.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 201 12 45 0 0.94 0.78 0.21 349.52 0.89 0.42
Hex C9 C 2D 0 5E 4E 15 15E 59 2A
Octal 311 14 55 0 136 116 25 536 131 52
Binary 11001001 1100 101101 0 1011110 1001110 10101 101011110 1011001 101010

Color Harmonies of #C90C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C2D

Black with #C90C2D

Text Example


Text Example

White with #C90C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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