Html Css Color HEX #930F0D Dark Red

📋 copy color: '#930F0D'

red 147 ◦ green 15 ◦ blue 13

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

Shades of Dark Red #930F0D

Tints of Dark Red #930F0D

RGB

 RED value IS 147 (57.81% from 255) = 84%

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

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

R = 84%
G = 8.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#930F0D (or 0x930F0D) is known color: Dark Red. HEX triplet: 93, 0F and 0D. RGB value is (147,15,13). Sum of RGB (Red+Green+Blue) = 147+15+13=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #930F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930F0D is #6CF0F2. Grayscale: #363636. Windows color (decimal): -7139571 or 855955. OLE color: 855955.

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

Color convert

RGB 147 15 13 -
CMYK 0 0.90 0.91 0.42
HSL 0.9º 0.84% 0.31% -
HSV(B) 0.9º 0.91% 0.58% -
XYZ 12.28 6.57 1 -
YUV 54.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 147 15 13 0 0.90 0.91 0.42 0.9 0.84 0.31
Hex 93 F D 0 5A 5B 2A 1 54 1F
Octal 223 17 15 0 132 133 52 1 124 37
Binary 10010011 1111 1101 0 1011010 1011011 101010 1 1010100 11111

Color Harmonies of #930F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F0D

Black with #930F0D

Text Example


Text Example

White with #930F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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