Html Css Color HEX #9F0923 Carmine

📋 copy color: '#9F0923'

red 159 ◦ green 9 ◦ blue 35

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

Shades of Carmine #9F0923

Tints of Carmine #9F0923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 78.33%
G = 4.43%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F0923 (or 0x9F0923) is known color: Carmine. HEX triplet: 9F, 09 and 23. RGB value is (159,9,35). Sum of RGB (Red+Green+Blue) = 159+9+35=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0923 is #60F6DC. Grayscale: #383838. Windows color (decimal): -6354653 or 2296223. OLE color: 2296223.

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

Color convert

RGB 159 9 35 -
CMYK 0 0.94 0.78 0.38
HSL 349.6º 0.89% 0.33% -
HSV(B) 349.6º 0.94% 0.62% -
XYZ 14.7 7.69 2.3 -
YUV 56.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 159 9 35 0 0.94 0.78 0.38 349.6 0.89 0.33
Hex 9F 9 23 0 5E 4E 26 15E 59 21
Octal 237 11 43 0 136 116 46 536 131 41
Binary 10011111 1001 100011 0 1011110 1001110 100110 101011110 1011001 100001

Color Harmonies of #9F0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0923

Black with #9F0923

Text Example


Text Example

White with #9F0923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,35); }

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

background-color css

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

 a { background-color: rgb(159,9,35); }

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

border-color css

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

 span { border-color: rgb(159,9,35); }

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