Html Css Color HEX #9F0325 Carmine

📋 copy color: '#9F0325'

red 159 ◦ green 3 ◦ blue 37

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

Shades of Carmine #9F0325

Tints of Carmine #9F0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 79.9%
G = 1.51%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F0325 (or 0x9F0325) is known color: Carmine. HEX triplet: 9F, 03 and 25. RGB value is (159,3,37). Sum of RGB (Red+Green+Blue) = 159+3+37=199 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.90% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0325 is #60FCDA. Grayscale: #353535. Windows color (decimal): -6356187 or 2425759. OLE color: 2425759.

HSL color Cylindrical-coordinate representation of color #9F0325: hue angle of 346.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0325 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 3 37 -
CMYK 0 0.98 0.77 0.38
HSL 346.92º 0.96% 0.32% -
HSV(B) 346.92º 0.98% 0.62% -
XYZ 14.66 7.57 2.44 -
YUV 53.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 159 3 37 0 0.98 0.77 0.38 346.92 0.96 0.32
Hex 9F 3 25 0 62 4D 26 15B 60 20
Octal 237 3 45 0 142 115 46 533 140 40
Binary 10011111 11 100101 0 1100010 1001101 100110 101011011 1100000 100000

Color Harmonies of #9F0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0325

Black with #9F0325

Text Example


Text Example

White with #9F0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,37); }

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

background-color css

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

 a { background-color: rgb(159,3,37); }

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

border-color css

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

 span { border-color: rgb(159,3,37); }

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