Html Css Color HEX #8F0715 Carmine

📋 copy color: '#8F0715'

red 143 ◦ green 7 ◦ blue 21

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

Shades of Carmine #8F0715

Tints of Carmine #8F0715

RGB

 RED value IS 143 (56.25% from 255) = 83.63%

 GREEN value IS 7 (3.13% from 255) = 4.09%

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 83.63%
G = 4.09%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F0715 (or 0x8F0715) is known color: Carmine. HEX triplet: 8F, 07 and 15. RGB value is (143,7,21). Sum of RGB (Red+Green+Blue) = 143+7+21=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0715 is #70F8EA. Grayscale: #313131. Windows color (decimal): -7403755 or 1378191. OLE color: 1378191.

HSL color Cylindrical-coordinate representation of color #8F0715: hue angle of 353.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0715 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 7 21 -
CMYK 0 0.95 0.85 0.44
HSL 353.82º 0.91% 0.29% -
HSV(B) 353.82º 0.95% 0.56% -
XYZ 11.54 6.05 1.27 -
YUV 49.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 143 7 21 0 0.95 0.85 0.44 353.82 0.91 0.29
Hex 8F 7 15 0 5F 55 2C 162 5B 1D
Octal 217 7 25 0 137 125 54 542 133 35
Binary 10001111 111 10101 0 1011111 1010101 101100 101100010 1011011 11101

Color Harmonies of #8F0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0715

Black with #8F0715

Text Example


Text Example

White with #8F0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0715; }

 p { color: rgb(143,7,21); }

 H1.HeaderClassName
 {
   color: #8F0715;
 }
 .AnyTagClassName
 {
   color: #8F0715;
 }
</style>

background-color css

<style>
 a { background-color: #8F0715; }

 a { background-color: rgb(143,7,21); }

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

border-color css

<style>
 span { border-color: #8F0715; }

 span { border-color: rgb(143,7,21); }

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