Html Css Color HEX #90191C Flame Red

📋 copy color: '#90191C'

red 144 ◦ green 25 ◦ blue 28

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

Shades of Flame Red #90191C

Tints of Flame Red #90191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 73.1%
G = 12.69%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90191C (or 0x90191C) is known color: Flame Red. HEX triplet: 90, 19 and 1C. RGB value is (144,25,28). Sum of RGB (Red+Green+Blue) = 144+25+28=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90191C is #6FE6E3. Grayscale: #3D3D3D. Windows color (decimal): -7333604 or 1841552. OLE color: 1841552.

HSL color Cylindrical-coordinate representation of color #90191C: hue angle of 358.49º 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 #90191C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 28 -
CMYK 0 0.83 0.81 0.44
HSL 358.49º 0.7% 0.33% -
HSV(B) 358.49º 0.83% 0.56% -
XYZ 12.06 6.71 1.76 -
YUV 60.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 144 25 28 0 0.83 0.81 0.44 358.49 0.7 0.33
Hex 90 19 1C 0 53 51 2C 166 46 21
Octal 220 31 34 0 123 121 54 546 106 41
Binary 10010000 11001 11100 0 1010011 1010001 101100 101100110 1000110 100001

Color Harmonies of #90191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90191C

Black with #90191C

Text Example


Text Example

White with #90191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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