Html Css Color HEX #91021F Carmine

📋 copy color: '#91021F'

red 145 ◦ green 2 ◦ blue 31

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

Shades of Carmine #91021F

Tints of Carmine #91021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 81.46%
G = 1.12%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91021F (or 0x91021F) is known color: Carmine. HEX triplet: 91, 02 and 1F. RGB value is (145,2,31). Sum of RGB (Red+Green+Blue) = 145+2+31=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #91021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91021F is #6EFDE0. Grayscale: #303030. Windows color (decimal): -7273953 or 2032273. OLE color: 2032273.

HSL color Cylindrical-coordinate representation of color #91021F: hue angle of 347.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91021F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 31 -
CMYK 0 0.99 0.79 0.43
HSL 347.83º 0.97% 0.29% -
HSV(B) 347.83º 0.99% 0.57% -
XYZ 11.95 6.16 1.86 -
YUV 48.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 145 2 31 0 0.99 0.79 0.43 347.83 0.97 0.29
Hex 91 2 1F 0 63 4F 2B 15C 61 1D
Octal 221 2 37 0 143 117 53 534 141 35
Binary 10010001 10 11111 0 1100011 1001111 101011 101011100 1100001 11101

Color Harmonies of #91021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91021F

Black with #91021F

Text Example


Text Example

White with #91021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91021F; }

 p { color: rgb(145,2,31); }

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

background-color css

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

 a { background-color: rgb(145,2,31); }

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

border-color css

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

 span { border-color: rgb(145,2,31); }

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