Html Css Color HEX #980415 Carmine

📋 copy color: '#980415'

red 152 ◦ green 4 ◦ blue 21

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

Shades of Carmine #980415

Tints of Carmine #980415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 85.88%
G = 2.26%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#980415 (or 0x980415) is known color: Carmine. HEX triplet: 98, 04 and 15. RGB value is (152,4,21). Sum of RGB (Red+Green+Blue) = 152+4+21=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980415 is #67FBEA. Grayscale: #323232. Windows color (decimal): -6814699 or 1377432. OLE color: 1377432.

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

Color convert

RGB 152 4 21 -
CMYK 0 0.97 0.86 0.40
HSL 353.11º 0.95% 0.31% -
HSV(B) 353.11º 0.97% 0.6% -
XYZ 13.13 6.82 1.33 -
YUV 50.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 152 4 21 0 0.97 0.86 0.40 353.11 0.95 0.31
Hex 98 4 15 0 61 56 28 161 5F 1F
Octal 230 4 25 0 141 126 50 541 137 37
Binary 10011000 100 10101 0 1100001 1010110 101000 101100001 1011111 11111

Color Harmonies of #980415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980415

Black with #980415

Text Example


Text Example

White with #980415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980415; }

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

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

background-color css

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

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

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

border-color css

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

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

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