Html Css Color HEX #901C1D Flame Red

📋 copy color: '#901C1D'

red 144 ◦ green 28 ◦ blue 29

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

Shades of Flame Red #901C1D

Tints of Flame Red #901C1D

RGB

 RED value IS 144 (56.64% from 255) = 71.64%

 GREEN value IS 28 (11.33% from 255) = 13.93%

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

R = 71.64%
G = 13.93%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#901C1D (or 0x901C1D) is known color: Flame Red. HEX triplet: 90, 1C and 1D. RGB value is (144,28,29). Sum of RGB (Red+Green+Blue) = 144+28+29=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #901C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C1D is #6FE3E2. Grayscale: #3E3E3E. Windows color (decimal): -7332835 or 1907856. OLE color: 1907856.

HSL color Cylindrical-coordinate representation of color #901C1D: hue angle of 359.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C1D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 28 29 -
CMYK 0 0.81 0.80 0.44
HSL 359.48º 0.67% 0.34% -
HSV(B) 359.48º 0.81% 0.56% -
XYZ 12.14 6.85 1.84 -
YUV 62.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 144 28 29 0 0.81 0.80 0.44 359.48 0.67 0.34
Hex 90 1C 1D 0 51 50 2C 167 43 22
Octal 220 34 35 0 121 120 54 547 103 42
Binary 10010000 11100 11101 0 1010001 1010000 101100 101100111 1000011 100010

Color Harmonies of #901C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C1D

Black with #901C1D

Text Example


Text Example

White with #901C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901C1D; }

 p { color: rgb(144,28,29); }

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

background-color css

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

 a { background-color: rgb(144,28,29); }

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

border-color css

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

 span { border-color: rgb(144,28,29); }

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