Html Css Color HEX #90191D Flame Red

📋 copy color: '#90191D'

red 144 ◦ green 25 ◦ blue 29

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

Shades of Flame Red #90191D

Tints of Flame Red #90191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 72.73%
G = 12.63%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90191D (or 0x90191D) is known color: Flame Red. HEX triplet: 90, 19 and 1D. RGB value is (144,25,29). Sum of RGB (Red+Green+Blue) = 144+25+29=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #90191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90191D is #6FE6E2. Grayscale: #3D3D3D. Windows color (decimal): -7333603 or 1907088. OLE color: 1907088.

HSL color Cylindrical-coordinate representation of color #90191D: hue angle of 357.98º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90191D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 29 -
CMYK 0 0.83 0.80 0.44
HSL 357.98º 0.7% 0.33% -
HSV(B) 357.98º 0.83% 0.56% -
XYZ 12.07 6.71 1.82 -
YUV 61.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 144 25 29 0 0.83 0.80 0.44 357.98 0.7 0.33
Hex 90 19 1D 0 53 50 2C 166 46 21
Octal 220 31 35 0 123 120 54 546 106 41
Binary 10010000 11001 11101 0 1010011 1010000 101100 101100110 1000110 100001

Color Harmonies of #90191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90191D

Black with #90191D

Text Example


Text Example

White with #90191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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