Html Css Color HEX #93021F Carmine

📋 copy color: '#93021F'

red 147 ◦ green 2 ◦ blue 31

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

Shades of Carmine #93021F

Tints of Carmine #93021F

RGB

 RED value IS 147 (57.81% from 255) = 81.67%

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

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

R = 81.67%
G = 1.11%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93021F (or 0x93021F) is known color: Carmine. HEX triplet: 93, 02 and 1F. RGB value is (147,2,31). Sum of RGB (Red+Green+Blue) = 147+2+31=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #93021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93021F is #6CFDE0. Grayscale: #303030. Windows color (decimal): -7142881 or 2032275. OLE color: 2032275.

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

Color convert

RGB 147 2 31 -
CMYK 0 0.99 0.79 0.42
HSL 348º 0.97% 0.29% -
HSV(B) 348º 0.99% 0.58% -
XYZ 12.3 6.35 1.87 -
YUV 48.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 147 2 31 0 0.99 0.79 0.42 348 0.97 0.29
Hex 93 2 1F 0 63 4F 2A 15C 61 1D
Octal 223 2 37 0 143 117 52 534 141 35
Binary 10010011 10 11111 0 1100011 1001111 101010 101011100 1100001 11101

Color Harmonies of #93021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93021F

Black with #93021F

Text Example


Text Example

White with #93021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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