Html Css Color HEX #990714 Carmine

📋 copy color: '#990714'

red 153 ◦ green 7 ◦ blue 20

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

Shades of Carmine #990714

Tints of Carmine #990714

RGB

 RED value IS 153 (60.16% from 255) = 85%

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

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 85%
G = 3.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#990714 (or 0x990714) is known color: Carmine. HEX triplet: 99, 07 and 14. RGB value is (153,7,20). Sum of RGB (Red+Green+Blue) = 153+7+20=180 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 153 - color contains mainly: red. Hex color #990714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990714 is #66F8EB. Grayscale: #343434. Windows color (decimal): -6748396 or 1312665. OLE color: 1312665.

HSL color Cylindrical-coordinate representation of color #990714: hue angle of 354.66º 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 #990714 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 20 -
CMYK 0 0.95 0.87 0.4
HSL 354.66º 0.91% 0.31% -
HSV(B) 354.66º 0.95% 0.6% -
XYZ 13.34 6.97 1.31 -
YUV 52.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 153 7 20 0 0.95 0.87 0.4 354.66 0.91 0.31
Hex 99 7 14 0 5F 57 28 163 5B 1F
Octal 231 7 24 0 137 127 50 543 133 37
Binary 10011001 111 10100 0 1011111 1010111 101000 101100011 1011011 11111

Color Harmonies of #990714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990714

Black with #990714

Text Example


Text Example

White with #990714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990714; }

 p { color: rgb(153,7,20); }

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

background-color css

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

 a { background-color: rgb(153,7,20); }

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

border-color css

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

 span { border-color: rgb(153,7,20); }

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