Html Css Color HEX #94001D Carmine

📋 copy color: '#94001D'

red 148 ◦ green 0 ◦ blue 29

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

Shades of Carmine #94001D

Tints of Carmine #94001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.62%
G = 0%
B = 16.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94001D (or 0x94001D) is known color: Carmine. HEX triplet: 94, 00 and 1D. RGB value is (148,0,29). Sum of RGB (Red+Green+Blue) = 148+0+29=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #94001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94001D is #6BFFE2. Grayscale: #2F2F2F. Windows color (decimal): -7077859 or 1900692. OLE color: 1900692.

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

Color convert

RGB 148 0 29 -
CMYK 0 1 0.80 0.42
HSL 348.24º 1% 0.29% -
HSV(B) 348.24º 1% 0.58% -
XYZ 12.43 6.38 1.74 -
YUV 47.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 148 0 29 0 1 0.80 0.42 348.24 1 0.29
Hex 94 0 1D 0 64 50 2A 15C 64 1D
Octal 224 0 35 0 144 120 52 534 144 35
Binary 10010100 0 11101 0 1100100 1010000 101010 101011100 1100100 11101

Color Harmonies of #94001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94001D

Black with #94001D

Text Example


Text Example

White with #94001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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