Html Css Color HEX #930F08 Dark Red

📋 copy color: '#930F08'

red 147 ◦ green 15 ◦ blue 8

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

Shades of Dark Red #930F08

Tints of Dark Red #930F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 86.47%
G = 8.82%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#930F08 (or 0x930F08) is known color: Dark Red. HEX triplet: 93, 0F and 08. RGB value is (147,15,8). Sum of RGB (Red+Green+Blue) = 147+15+8=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #930F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930F08 is #6CF0F7. Grayscale: #353535. Windows color (decimal): -7139576 or 528275. OLE color: 528275.

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

Color convert

RGB 147 15 8 -
CMYK 0 0.90 0.95 0.42
HSL 3.02º 0.9% 0.3% -
HSV(B) 3.02º 0.95% 0.58% -
XYZ 12.25 6.56 0.85 -
YUV 53.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 147 15 8 0 0.90 0.95 0.42 3.02 0.9 0.3
Hex 93 F 8 0 5A 5F 2A 3 5A 1E
Octal 223 17 10 0 132 137 52 3 132 36
Binary 10010011 1111 1000 0 1011010 1011111 101010 11 1011010 11110

Color Harmonies of #930F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F08

Black with #930F08

Text Example


Text Example

White with #930F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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