Html Css Color HEX #980715 Carmine

📋 copy color: '#980715'

red 152 ◦ green 7 ◦ blue 21

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

Shades of Carmine #980715

Tints of Carmine #980715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 84.44%
G = 3.89%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#980715 (or 0x980715) is known color: Carmine. HEX triplet: 98, 07 and 15. RGB value is (152,7,21). Sum of RGB (Red+Green+Blue) = 152+7+21=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #980715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980715 is #67F8EA. Grayscale: #343434. Windows color (decimal): -6813931 or 1378200. OLE color: 1378200.

HSL color Cylindrical-coordinate representation of color #980715: hue angle of 354.21º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980715 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 21 -
CMYK 0 0.95 0.86 0.40
HSL 354.21º 0.91% 0.31% -
HSV(B) 354.21º 0.95% 0.6% -
XYZ 13.16 6.88 1.34 -
YUV 51.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 152 7 21 0 0.95 0.86 0.40 354.21 0.91 0.31
Hex 98 7 15 0 5F 56 28 162 5B 1F
Octal 230 7 25 0 137 126 50 542 133 37
Binary 10011000 111 10101 0 1011111 1010110 101000 101100010 1011011 11111

Color Harmonies of #980715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980715

Black with #980715

Text Example


Text Example

White with #980715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980715; }

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

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

background-color css

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

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

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

border-color css

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

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

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