Html Css Color HEX #980114 Carmine

📋 copy color: '#980114'

red 152 ◦ green 1 ◦ blue 20

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

Shades of Carmine #980114

Tints of Carmine #980114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 87.86%
G = 0.58%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#980114 (or 0x980114) is known color: Carmine. HEX triplet: 98, 01 and 14. RGB value is (152,1,20). Sum of RGB (Red+Green+Blue) = 152+1+20=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #980114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980114 is #67FEEB. Grayscale: #303030. Windows color (decimal): -6815468 or 1311128. OLE color: 1311128.

HSL color Cylindrical-coordinate representation of color #980114: hue angle of 352.45º 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 #980114 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 20 -
CMYK 0 0.99 0.87 0.40
HSL 352.45º 0.99% 0.3% -
HSV(B) 352.45º 0.99% 0.6% -
XYZ 13.09 6.75 1.27 -
YUV 48.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 152 1 20 0 0.99 0.87 0.40 352.45 0.99 0.3
Hex 98 1 14 0 63 57 28 160 63 1E
Octal 230 1 24 0 143 127 50 540 143 36
Binary 10011000 1 10100 0 1100011 1010111 101000 101100000 1100011 11110

Color Harmonies of #980114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980114

Black with #980114

Text Example


Text Example

White with #980114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980114; }

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

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

background-color css

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

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

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

border-color css

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

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

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