Html Css Color HEX #971330 Bright Red

📋 copy color: '#971330'

red 151 ◦ green 19 ◦ blue 48

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

Shades of Bright Red #971330

Tints of Bright Red #971330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 69.27%
G = 8.72%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#971330 (or 0x971330) is known color: Bright Red. HEX triplet: 97, 13 and 30. RGB value is (151,19,48). Sum of RGB (Red+Green+Blue) = 151+19+48=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #971330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971330 is #68ECCF. Grayscale: #3D3D3D. Windows color (decimal): -6876368 or 3150743. OLE color: 3150743.

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

Color convert

RGB 151 19 48 -
CMYK 0 0.87 0.68 0.41
HSL 346.82º 0.78% 0.33% -
HSV(B) 346.82º 0.87% 0.59% -
XYZ 13.53 7.26 3.48 -
YUV 61.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 151 19 48 0 0.87 0.68 0.41 346.82 0.78 0.33
Hex 97 13 30 0 57 44 29 15B 4E 21
Octal 227 23 60 0 127 104 51 533 116 41
Binary 10010111 10011 110000 0 1010111 1000100 101001 101011011 1001110 100001

Color Harmonies of #971330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971330

Black with #971330

Text Example


Text Example

White with #971330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971330; }

 p { color: rgb(151,19,48); }

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

background-color css

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

 a { background-color: rgb(151,19,48); }

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

border-color css

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

 span { border-color: rgb(151,19,48); }

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