Html Css Color HEX #8F0323 Carmine

📋 copy color: '#8F0323'

red 143 ◦ green 3 ◦ blue 35

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

Shades of Carmine #8F0323

Tints of Carmine #8F0323

RGB

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

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

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

R = 79.01%
G = 1.66%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F0323 (or 0x8F0323) is known color: Carmine. HEX triplet: 8F, 03 and 23. RGB value is (143,3,35). Sum of RGB (Red+Green+Blue) = 143+3+35=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0323 is #70FCDC. Grayscale: #303030. Windows color (decimal): -7404765 or 2294671. OLE color: 2294671.

HSL color Cylindrical-coordinate representation of color #8F0323: hue angle of 346.29º 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 #8F0323 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 3 35 -
CMYK 0 0.98 0.76 0.44
HSL 346.29º 0.96% 0.29% -
HSV(B) 346.29º 0.98% 0.56% -
XYZ 11.66 6.03 2.14 -
YUV 48.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 143 3 35 0 0.98 0.76 0.44 346.29 0.96 0.29
Hex 8F 3 23 0 62 4C 2C 15A 60 1D
Octal 217 3 43 0 142 114 54 532 140 35
Binary 10001111 11 100011 0 1100010 1001100 101100 101011010 1100000 11101

Color Harmonies of #8F0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0323

Black with #8F0323

Text Example


Text Example

White with #8F0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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