Html Css Color HEX #980225 Carmine

📋 copy color: '#980225'

red 152 ◦ green 2 ◦ blue 37

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

Shades of Carmine #980225

Tints of Carmine #980225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 79.58%
G = 1.05%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#980225 (or 0x980225) is known color: Carmine. HEX triplet: 98, 02 and 25. RGB value is (152,2,37). Sum of RGB (Red+Green+Blue) = 152+2+37=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980225 is #67FDDA. Grayscale: #323232. Windows color (decimal): -6815195 or 2425496. OLE color: 2425496.

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

Color convert

RGB 152 2 37 -
CMYK 0 0.99 0.76 0.40
HSL 346º 0.97% 0.3% -
HSV(B) 346º 0.99% 0.6% -
XYZ 13.3 6.85 2.37 -
YUV 50.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 152 2 37 0 0.99 0.76 0.40 346 0.97 0.3
Hex 98 2 25 0 63 4C 28 15A 61 1E
Octal 230 2 45 0 143 114 50 532 141 36
Binary 10011000 10 100101 0 1100011 1001100 101000 101011010 1100001 11110

Color Harmonies of #980225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980225

Black with #980225

Text Example


Text Example

White with #980225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980225; }

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

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

background-color css

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

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

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

border-color css

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

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

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