Html Css Color HEX #900F0D Dark Red

📋 copy color: '#900F0D'

red 144 ◦ green 15 ◦ blue 13

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

Shades of Dark Red #900F0D

Tints of Dark Red #900F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 83.72%
G = 8.72%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#900F0D (or 0x900F0D) is known color: Dark Red. HEX triplet: 90, 0F and 0D. RGB value is (144,15,13). Sum of RGB (Red+Green+Blue) = 144+15+13=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F0D is #6FF0F2. Grayscale: #353535. Windows color (decimal): -7336179 or 855952. OLE color: 855952.

HSL color Cylindrical-coordinate representation of color #900F0D: hue angle of 0.92º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900F0D is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 13 -
CMYK 0 0.90 0.91 0.44
HSL 0.92º 0.83% 0.31% -
HSV(B) 0.92º 0.91% 0.56% -
XYZ 11.75 6.3 0.98 -
YUV 53.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 144 15 13 0 0.90 0.91 0.44 0.92 0.83 0.31
Hex 90 F D 0 5A 5B 2C 1 53 1F
Octal 220 17 15 0 132 133 54 1 123 37
Binary 10010000 1111 1101 0 1011010 1011011 101100 1 1010011 11111

Color Harmonies of #900F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F0D

Black with #900F0D

Text Example


Text Example

White with #900F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900F0D; }

 p { color: rgb(144,15,13); }

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

background-color css

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

 a { background-color: rgb(144,15,13); }

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

border-color css

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

 span { border-color: rgb(144,15,13); }

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