Html Css Color HEX #991C30 Bright Red

📋 copy color: '#991C30'

red 153 ◦ green 28 ◦ blue 48

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

Shades of Bright Red #991C30

Tints of Bright Red #991C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 48 (19.14% from 255) = 20.96%

R = 66.81%
G = 12.23%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#991C30 (or 0x991C30) is known color: Bright Red. HEX triplet: 99, 1C and 30. RGB value is (153,28,48). Sum of RGB (Red+Green+Blue) = 153+28+48=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #991C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C30 is #66E3CF. Grayscale: #434343. Windows color (decimal): -6742992 or 3153049. OLE color: 3153049.

HSL color Cylindrical-coordinate representation of color #991C30: hue angle of 350.4º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C30 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 48 -
CMYK 0 0.82 0.69 0.4
HSL 350.4º 0.69% 0.35% -
HSV(B) 350.4º 0.82% 0.6% -
XYZ 14.09 7.82 3.56 -
YUV 67.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 153 28 48 0 0.82 0.69 0.4 350.4 0.69 0.35
Hex 99 1C 30 0 52 45 28 15E 45 23
Octal 231 34 60 0 122 105 50 536 105 43
Binary 10011001 11100 110000 0 1010010 1000101 101000 101011110 1000101 100011

Color Harmonies of #991C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C30

Black with #991C30

Text Example


Text Example

White with #991C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991C30; }

 p { color: rgb(153,28,48); }

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

background-color css

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

 a { background-color: rgb(153,28,48); }

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

border-color css

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

 span { border-color: rgb(153,28,48); }

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