Html Css Color HEX #94011D Carmine

📋 copy color: '#94011D'

red 148 ◦ green 1 ◦ blue 29

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

Shades of Carmine #94011D

Tints of Carmine #94011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 83.15%
G = 0.56%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94011D (or 0x94011D) is known color: Carmine. HEX triplet: 94, 01 and 1D. RGB value is (148,1,29). Sum of RGB (Red+Green+Blue) = 148+1+29=178 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.15% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 148 - color contains mainly: red. Hex color #94011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94011D is #6BFEE2. Grayscale: #303030. Windows color (decimal): -7077603 or 1900948. OLE color: 1900948.

HSL color Cylindrical-coordinate representation of color #94011D: hue angle of 348.57º 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 #94011D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 29 -
CMYK 0 0.99 0.80 0.42
HSL 348.57º 0.99% 0.29% -
HSV(B) 348.57º 0.99% 0.58% -
XYZ 12.45 6.41 1.74 -
YUV 48.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 148 1 29 0 0.99 0.80 0.42 348.57 0.99 0.29
Hex 94 1 1D 0 63 50 2A 15D 63 1D
Octal 224 1 35 0 143 120 52 535 143 35
Binary 10010100 1 11101 0 1100011 1010000 101010 101011101 1100011 11101

Color Harmonies of #94011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94011D

Black with #94011D

Text Example


Text Example

White with #94011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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