Html Css Color HEX #971133 Bright Red

📋 copy color: '#971133'

red 151 ◦ green 17 ◦ blue 51

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

Shades of Bright Red #971133

Tints of Bright Red #971133

RGB

 RED value IS 151 (59.38% from 255) = 68.95%

 GREEN value IS 17 (7.03% from 255) = 7.76%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 68.95%
G = 7.76%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#971133 (or 0x971133) is known color: Bright Red. HEX triplet: 97, 11 and 33. RGB value is (151,17,51). Sum of RGB (Red+Green+Blue) = 151+17+51=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #971133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971133 is #68EECC. Grayscale: #3C3C3C. Windows color (decimal): -6876877 or 3346839. OLE color: 3346839.

HSL color Cylindrical-coordinate representation of color #971133: hue angle of 344.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971133 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 51 -
CMYK 0 0.89 0.66 0.41
HSL 344.78º 0.8% 0.33% -
HSV(B) 344.78º 0.89% 0.59% -
XYZ 13.56 7.22 3.81 -
YUV 60.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 151 17 51 0 0.89 0.66 0.41 344.78 0.8 0.33
Hex 97 11 33 0 59 42 29 159 50 21
Octal 227 21 63 0 131 102 51 531 120 41
Binary 10010111 10001 110011 0 1011001 1000010 101001 101011001 1010000 100001

Color Harmonies of #971133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971133

Black with #971133

Text Example


Text Example

White with #971133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971133; }

 p { color: rgb(151,17,51); }

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

background-color css

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

 a { background-color: rgb(151,17,51); }

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

border-color css

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

 span { border-color: rgb(151,17,51); }

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