Html Css Color HEX #8F0324 Carmine

📋 copy color: '#8F0324'

red 143 ◦ green 3 ◦ blue 36

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

Shades of Carmine #8F0324

Tints of Carmine #8F0324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.78%

R = 78.57%
G = 1.65%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8F0324 (or 0x8F0324) is known color: Carmine. HEX triplet: 8F, 03 and 24. RGB value is (143,3,36). Sum of RGB (Red+Green+Blue) = 143+3+36=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0324 is #70FCDB. Grayscale: #303030. Windows color (decimal): -7404764 or 2360207. OLE color: 2360207.

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

Color convert

RGB 143 3 36 -
CMYK 0 0.98 0.75 0.44
HSL 345.86º 0.96% 0.29% -
HSV(B) 345.86º 0.98% 0.56% -
XYZ 11.68 6.03 2.22 -
YUV 48.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 143 3 36 0 0.98 0.75 0.44 345.86 0.96 0.29
Hex 8F 3 24 0 62 4B 2C 15A 60 1D
Octal 217 3 44 0 142 113 54 532 140 35
Binary 10001111 11 100100 0 1100010 1001011 101100 101011010 1100000 11101

Color Harmonies of #8F0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0324

Black with #8F0324

Text Example


Text Example

White with #8F0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,3,36); }

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

background-color css

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

 a { background-color: rgb(143,3,36); }

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

border-color css

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

 span { border-color: rgb(143,3,36); }

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