Html Css Color HEX #980F25 Carmine

📋 copy color: '#980F25'

red 152 ◦ green 15 ◦ blue 37

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

Shades of Carmine #980F25

Tints of Carmine #980F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.35%

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 74.51%
G = 7.35%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#980F25 (or 0x980F25) is known color: Carmine. HEX triplet: 98, 0F and 25. RGB value is (152,15,37). Sum of RGB (Red+Green+Blue) = 152+15+37=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #980F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F25 is #67F0DA. Grayscale: #3A3A3A. Windows color (decimal): -6811867 or 2428824. OLE color: 2428824.

HSL color Cylindrical-coordinate representation of color #980F25: hue angle of 350.36º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F25 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 37 -
CMYK 0 0.90 0.76 0.40
HSL 350.37º 0.82% 0.33% -
HSV(B) 350.37º 0.9% 0.6% -
XYZ 13.45 7.15 2.42 -
YUV 58.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 152 15 37 0 0.90 0.76 0.40 350.37 0.82 0.33
Hex 98 F 25 0 5A 4C 28 15E 52 21
Octal 230 17 45 0 132 114 50 536 122 41
Binary 10011000 1111 100101 0 1011010 1001100 101000 101011110 1010010 100001

Color Harmonies of #980F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F25

Black with #980F25

Text Example


Text Example

White with #980F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980F25; }

 p { color: rgb(152,15,37); }

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

background-color css

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

 a { background-color: rgb(152,15,37); }

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

border-color css

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

 span { border-color: rgb(152,15,37); }

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