Html Css Color HEX #980115 Carmine

📋 copy color: '#980115'

red 152 ◦ green 1 ◦ blue 21

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

Shades of Carmine #980115

Tints of Carmine #980115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 87.36%
G = 0.57%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#980115 (or 0x980115) is known color: Carmine. HEX triplet: 98, 01 and 15. RGB value is (152,1,21). Sum of RGB (Red+Green+Blue) = 152+1+21=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #980115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980115 is #67FEEA. Grayscale: #303030. Windows color (decimal): -6815467 or 1376664. OLE color: 1376664.

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

Color convert

RGB 152 1 21 -
CMYK 0 0.99 0.86 0.40
HSL 352.05º 0.99% 0.3% -
HSV(B) 352.05º 0.99% 0.6% -
XYZ 13.1 6.75 1.32 -
YUV 48.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 152 1 21 0 0.99 0.86 0.40 352.05 0.99 0.3
Hex 98 1 15 0 63 56 28 160 63 1E
Octal 230 1 25 0 143 126 50 540 143 36
Binary 10011000 1 10101 0 1100011 1010110 101000 101100000 1100011 11110

Color Harmonies of #980115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980115

Black with #980115

Text Example


Text Example

White with #980115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980115; }

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

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

background-color css

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

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

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

border-color css

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

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

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