Html Css Color HEX #8F0825 Carmine

📋 copy color: '#8F0825'

red 143 ◦ green 8 ◦ blue 37

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

Shades of Carmine #8F0825

Tints of Carmine #8F0825

RGB

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

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

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

R = 76.06%
G = 4.26%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8F0825 (or 0x8F0825) is known color: Carmine. HEX triplet: 8F, 08 and 25. RGB value is (143,8,37). Sum of RGB (Red+Green+Blue) = 143+8+37=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0825 is #70F7DA. Grayscale: #333333. Windows color (decimal): -7403483 or 2427023. OLE color: 2427023.

HSL color Cylindrical-coordinate representation of color #8F0825: hue angle of 347.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0825 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 37 -
CMYK 0 0.94 0.74 0.44
HSL 347.11º 0.89% 0.3% -
HSV(B) 347.11º 0.94% 0.56% -
XYZ 11.75 6.15 2.32 -
YUV 51.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 143 8 37 0 0.94 0.74 0.44 347.11 0.89 0.3
Hex 8F 8 25 0 5E 4A 2C 15B 59 1E
Octal 217 10 45 0 136 112 54 533 131 36
Binary 10001111 1000 100101 0 1011110 1001010 101100 101011011 1011001 11110

Color Harmonies of #8F0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0825

Black with #8F0825

Text Example


Text Example

White with #8F0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,37); }

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

background-color css

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

 a { background-color: rgb(143,8,37); }

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

border-color css

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

 span { border-color: rgb(143,8,37); }

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