Html Css Color HEX #990F34 Bright Red

📋 copy color: '#990F34'

red 153 ◦ green 15 ◦ blue 52

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

Shades of Bright Red #990F34

Tints of Bright Red #990F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 69.55%
G = 6.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#990F34 (or 0x990F34) is known color: Bright Red. HEX triplet: 99, 0F and 34. RGB value is (153,15,52). Sum of RGB (Red+Green+Blue) = 153+15+52=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #990F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F34 is #66F0CB. Grayscale: #3C3C3C. Windows color (decimal): -6746316 or 3411865. OLE color: 3411865.

HSL color Cylindrical-coordinate representation of color #990F34: hue angle of 343.91º 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 #990F34 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 52 -
CMYK 0 0.90 0.66 0.4
HSL 343.91º 0.82% 0.33% -
HSV(B) 343.91º 0.9% 0.6% -
XYZ 13.93 7.36 3.94 -
YUV 60.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 153 15 52 0 0.90 0.66 0.4 343.91 0.82 0.33
Hex 99 F 34 0 5A 42 28 158 52 21
Octal 231 17 64 0 132 102 50 530 122 41
Binary 10011001 1111 110100 0 1011010 1000010 101000 101011000 1010010 100001

Color Harmonies of #990F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F34

Black with #990F34

Text Example


Text Example

White with #990F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990F34; }

 p { color: rgb(153,15,52); }

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

background-color css

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

 a { background-color: rgb(153,15,52); }

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

border-color css

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

 span { border-color: rgb(153,15,52); }

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