Html Css Color HEX #941C01 Dark Red

📋 copy color: '#941C01'

red 148 ◦ green 28 ◦ blue 1

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

Shades of Dark Red #941C01

Tints of Dark Red #941C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.82%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 83.62%
G = 15.82%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#941C01 (or 0x941C01) is known color: Dark Red. HEX triplet: 94, 1C and 01. RGB value is (148,28,1). Sum of RGB (Red+Green+Blue) = 148+28+1=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #941C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C01 is #6BE3FE. Grayscale: #3D3D3D. Windows color (decimal): -7070719 or 72852. OLE color: 72852.

HSL color Cylindrical-coordinate representation of color #941C01: hue angle of 11.02º degrees, saturation: 0.99, 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 #941C01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 28 1 -
CMYK 0 0.81 0.99 0.42
HSL 11.02º 0.99% 0.29% -
HSV(B) 11.02º 0.99% 0.58% -
XYZ 12.63 7.13 0.74 -
YUV 60.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 148 28 1 0 0.81 0.99 0.42 11.02 0.99 0.29
Hex 94 1C 1 0 51 63 2A B 63 1D
Octal 224 34 1 0 121 143 52 13 143 35
Binary 10010100 11100 1 0 1010001 1100011 101010 1011 1100011 11101

Color Harmonies of #941C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C01

Black with #941C01

Text Example


Text Example

White with #941C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941C01; }

 p { color: rgb(148,28,1); }

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

background-color css

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

 a { background-color: rgb(148,28,1); }

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

border-color css

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

 span { border-color: rgb(148,28,1); }

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