Html Css Color HEX #8F1423 Carmine

📋 copy color: '#8F1423'

red 143 ◦ green 20 ◦ blue 35

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

Shades of Carmine #8F1423

Tints of Carmine #8F1423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 72.22%
G = 10.1%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F1423 (or 0x8F1423) is known color: Carmine. HEX triplet: 8F, 14 and 23. RGB value is (143,20,35). Sum of RGB (Red+Green+Blue) = 143+20+35=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1423 is #70EBDC. Grayscale: #3A3A3A. Windows color (decimal): -7400413 or 2299023. OLE color: 2299023.

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

Color convert

RGB 143 20 35 -
CMYK 0 0.86 0.76 0.44
HSL 352.68º 0.75% 0.32% -
HSV(B) 352.68º 0.86% 0.56% -
XYZ 11.88 6.46 2.21 -
YUV 58.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 143 20 35 0 0.86 0.76 0.44 352.68 0.75 0.32
Hex 8F 14 23 0 56 4C 2C 161 4B 20
Octal 217 24 43 0 126 114 54 541 113 40
Binary 10001111 10100 100011 0 1010110 1001100 101100 101100001 1001011 100000

Color Harmonies of #8F1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1423

Black with #8F1423

Text Example


Text Example

White with #8F1423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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