Html Css Color HEX #9F0821 Carmine

📋 copy color: '#9F0821'

red 159 ◦ green 8 ◦ blue 33

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

Shades of Carmine #9F0821

Tints of Carmine #9F0821

RGB

 RED value IS 159 (62.5% from 255) = 79.5%

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 79.5%
G = 4%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F0821 (or 0x9F0821) is known color: Carmine. HEX triplet: 9F, 08 and 21. RGB value is (159,8,33). Sum of RGB (Red+Green+Blue) = 159+8+33=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0821 is #60F7DE. Grayscale: #383838. Windows color (decimal): -6354911 or 2164895. OLE color: 2164895.

HSL color Cylindrical-coordinate representation of color #9F0821: hue angle of 350.07º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0821 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 33 -
CMYK 0 0.95 0.79 0.38
HSL 350.07º 0.9% 0.33% -
HSV(B) 350.07º 0.95% 0.62% -
XYZ 14.66 7.65 2.14 -
YUV 56 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 159 8 33 0 0.95 0.79 0.38 350.07 0.9 0.33
Hex 9F 8 21 0 5F 4F 26 15E 5A 21
Octal 237 10 41 0 137 117 46 536 132 41
Binary 10011111 1000 100001 0 1011111 1001111 100110 101011110 1011010 100001

Color Harmonies of #9F0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0821

Black with #9F0821

Text Example


Text Example

White with #9F0821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0821; }

 p { color: rgb(159,8,33); }

 H1.HeaderClassName
 {
   color: #9F0821;
 }
 .AnyTagClassName
 {
   color: #9F0821;
 }
</style>

background-color css

<style>
 a { background-color: #9F0821; }

 a { background-color: rgb(159,8,33); }

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

border-color css

<style>
 span { border-color: #9F0821; }

 span { border-color: rgb(159,8,33); }

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