Html Css Color HEX #91001D Carmine

📋 copy color: '#91001D'

red 145 ◦ green 0 ◦ blue 29

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

Shades of Carmine #91001D

Tints of Carmine #91001D

RGB

 RED value IS 145 (57.03% from 255) = 83.33%

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

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

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91001D (or 0x91001D) is known color: Carmine. HEX triplet: 91, 00 and 1D. RGB value is (145,0,29). Sum of RGB (Red+Green+Blue) = 145+0+29=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #91001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91001D is #6EFFE2. Grayscale: #2E2E2E. Windows color (decimal): -7274467 or 1900689. OLE color: 1900689.

HSL color Cylindrical-coordinate representation of color #91001D: hue angle of 348º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91001D is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 29 -
CMYK 0 1 0.8 0.43
HSL 348º 1% 0.28% -
HSV(B) 348º 1% 0.57% -
XYZ 11.9 6.11 1.71 -
YUV 46.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 145 0 29 0 1 0.8 0.43 348 1 0.28
Hex 91 0 1D 0 64 50 2B 15C 64 1C
Octal 221 0 35 0 144 120 53 534 144 34
Binary 10010001 0 11101 0 1100100 1010000 101011 101011100 1100100 11100

Color Harmonies of #91001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91001D

Black with #91001D

Text Example


Text Example

White with #91001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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