Html Css Color HEX #981423 Carmine

📋 copy color: '#981423'

red 152 ◦ green 20 ◦ blue 35

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

Shades of Carmine #981423

Tints of Carmine #981423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

 BLUE value IS 35 (14.06% from 255) = 16.91%

R = 73.43%
G = 9.66%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#981423 (or 0x981423) is known color: Carmine. HEX triplet: 98, 14 and 23. RGB value is (152,20,35). Sum of RGB (Red+Green+Blue) = 152+20+35=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #981423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981423 is #67EBDC. Grayscale: #3D3D3D. Windows color (decimal): -6810589 or 2299032. OLE color: 2299032.

HSL color Cylindrical-coordinate representation of color #981423: hue angle of 353.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981423 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 20 35 -
CMYK 0 0.87 0.77 0.40
HSL 353.18º 0.77% 0.34% -
HSV(B) 353.18º 0.87% 0.6% -
XYZ 13.5 7.3 2.29 -
YUV 61.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 152 20 35 0 0.87 0.77 0.40 353.18 0.77 0.34
Hex 98 14 23 0 57 4D 28 161 4D 22
Octal 230 24 43 0 127 115 50 541 115 42
Binary 10011000 10100 100011 0 1010111 1001101 101000 101100001 1001101 100010

Color Harmonies of #981423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981423

Black with #981423

Text Example


Text Example

White with #981423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981423; }

 p { color: rgb(152,20,35); }

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

background-color css

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

 a { background-color: rgb(152,20,35); }

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

border-color css

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

 span { border-color: rgb(152,20,35); }

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