Html Css Color HEX #980117 Carmine

📋 copy color: '#980117'

red 152 ◦ green 1 ◦ blue 23

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

Shades of Carmine #980117

Tints of Carmine #980117

RGB

 RED value IS 152 (59.77% from 255) = 86.36%

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 23 (9.38% from 255) = 13.07%

R = 86.36%
G = 0.57%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#980117 (or 0x980117) is known color: Carmine. HEX triplet: 98, 01 and 17. RGB value is (152,1,23). Sum of RGB (Red+Green+Blue) = 152+1+23=176 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.36% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 152 - color contains mainly: red. Hex color #980117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980117 is #67FEE8. Grayscale: #303030. Windows color (decimal): -6815465 or 1507736. OLE color: 1507736.

HSL color Cylindrical-coordinate representation of color #980117: hue angle of 351.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980117 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 23 -
CMYK 0 0.99 0.85 0.40
HSL 351.26º 0.99% 0.3% -
HSV(B) 351.26º 0.99% 0.6% -
XYZ 13.11 6.76 1.42 -
YUV 48.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 152 1 23 0 0.99 0.85 0.40 351.26 0.99 0.3
Hex 98 1 17 0 63 55 28 15F 63 1E
Octal 230 1 27 0 143 125 50 537 143 36
Binary 10011000 1 10111 0 1100011 1010101 101000 101011111 1100011 11110

Color Harmonies of #980117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980117

Black with #980117

Text Example


Text Example

White with #980117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980117; }

 p { color: rgb(152,1,23); }

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

background-color css

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

 a { background-color: rgb(152,1,23); }

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

border-color css

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

 span { border-color: rgb(152,1,23); }

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