Html Css Color HEX #941202 Dark Red

📋 copy color: '#941202'

red 148 ◦ green 18 ◦ blue 2

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

Shades of Dark Red #941202

Tints of Dark Red #941202

RGB

 RED value IS 148 (58.2% from 255) = 88.1%

 GREEN value IS 18 (7.42% from 255) = 10.71%

 BLUE value IS 2 (1.17% from 255) = 1.19%

R = 88.1%
G = 10.71%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#941202 (or 0x941202) is known color: Dark Red. HEX triplet: 94, 12 and 02. RGB value is (148,18,2). Sum of RGB (Red+Green+Blue) = 148+18+2=168 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.10% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 148 - color contains mainly: red. Hex color #941202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941202 is #6BEDFD. Grayscale: #373737. Windows color (decimal): -7073278 or 135828. OLE color: 135828.

HSL color Cylindrical-coordinate representation of color #941202: hue angle of 6.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #941202 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 2 -
CMYK 0 0.88 0.99 0.42
HSL 6.58º 0.97% 0.29% -
HSV(B) 6.58º 0.99% 0.58% -
XYZ 12.44 6.73 0.7 -
YUV 55.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 148 18 2 0 0.88 0.99 0.42 6.58 0.97 0.29
Hex 94 12 2 0 58 63 2A 7 61 1D
Octal 224 22 2 0 130 143 52 7 141 35
Binary 10010100 10010 10 0 1011000 1100011 101010 111 1100001 11101

Color Harmonies of #941202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941202

Black with #941202

Text Example


Text Example

White with #941202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941202; }

 p { color: rgb(148,18,2); }

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

background-color css

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

 a { background-color: rgb(148,18,2); }

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

border-color css

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

 span { border-color: rgb(148,18,2); }

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