Html Css Color HEX #C90F1D Fire Engine Red

📋 copy color: '#C90F1D'

red 201 ◦ green 15 ◦ blue 29

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

Shades of Fire Engine Red #C90F1D

Tints of Fire Engine Red #C90F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 82.04%
G = 6.12%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C90F1D (or 0xC90F1D) is known color: Fire Engine Red. HEX triplet: C9, 0F and 1D. RGB value is (201,15,29). Sum of RGB (Red+Green+Blue) = 201+15+29=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F1D is #36F0E2. Grayscale: #484848. Windows color (decimal): -3600611 or 1904585. OLE color: 1904585.

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

Color convert

RGB 201 15 29 -
CMYK 0 0.93 0.86 0.21
HSL 355.48º 0.86% 0.42% -
HSV(B) 355.48º 0.93% 0.79% -
XYZ 24.48 12.85 2.35 -
YUV 72.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 201 15 29 0 0.93 0.86 0.21 355.48 0.86 0.42
Hex C9 F 1D 0 5D 56 15 163 56 2A
Octal 311 17 35 0 135 126 25 543 126 52
Binary 11001001 1111 11101 0 1011101 1010110 10101 101100011 1010110 101010

Color Harmonies of #C90F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F1D

Black with #C90F1D

Text Example


Text Example

White with #C90F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F1D; }

 p { color: rgb(201,15,29); }

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

background-color css

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

 a { background-color: rgb(201,15,29); }

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

border-color css

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

 span { border-color: rgb(201,15,29); }

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