Html Css Color HEX #930F21 Carmine

📋 copy color: '#930F21'

red 147 ◦ green 15 ◦ blue 33

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

Shades of Carmine #930F21

Tints of Carmine #930F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

 BLUE value IS 33 (13.28% from 255) = 16.92%

R = 75.38%
G = 7.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#930F21 (or 0x930F21) is known color: Carmine. HEX triplet: 93, 0F and 21. RGB value is (147,15,33). Sum of RGB (Red+Green+Blue) = 147+15+33=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #930F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F21 is #6CF0DE. Grayscale: #383838. Windows color (decimal): -7139551 or 2166675. OLE color: 2166675.

HSL color Cylindrical-coordinate representation of color #930F21: hue angle of 351.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F21 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 15 33 -
CMYK 0 0.90 0.78 0.42
HSL 351.82º 0.81% 0.32% -
HSV(B) 351.82º 0.9% 0.58% -
XYZ 12.48 6.65 2.07 -
YUV 56.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 147 15 33 0 0.90 0.78 0.42 351.82 0.81 0.32
Hex 93 F 21 0 5A 4E 2A 160 51 20
Octal 223 17 41 0 132 116 52 540 121 40
Binary 10010011 1111 100001 0 1011010 1001110 101010 101100000 1010001 100000

Color Harmonies of #930F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F21

Black with #930F21

Text Example


Text Example

White with #930F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930F21; }

 p { color: rgb(147,15,33); }

 H1.HeaderClassName
 {
   color: #930F21;
 }
 .AnyTagClassName
 {
   color: #930F21;
 }
</style>

background-color css

<style>
 a { background-color: #930F21; }

 a { background-color: rgb(147,15,33); }

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

border-color css

<style>
 span { border-color: #930F21; }

 span { border-color: rgb(147,15,33); }

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