Html Css Color HEX #971C35 Bright Red

📋 copy color: '#971C35'

red 151 ◦ green 28 ◦ blue 53

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

Shades of Bright Red #971C35

Tints of Bright Red #971C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 65.09%
G = 12.07%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#971C35 (or 0x971C35) is known color: Bright Red. HEX triplet: 97, 1C and 35. RGB value is (151,28,53). Sum of RGB (Red+Green+Blue) = 151+28+53=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #971C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C35 is #68E3CA. Grayscale: #434343. Windows color (decimal): -6874059 or 3480727. OLE color: 3480727.

HSL color Cylindrical-coordinate representation of color #971C35: hue angle of 347.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C35 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 53 -
CMYK 0 0.81 0.65 0.41
HSL 347.8º 0.69% 0.35% -
HSV(B) 347.8º 0.81% 0.59% -
XYZ 13.82 7.67 4.12 -
YUV 67.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 151 28 53 0 0.81 0.65 0.41 347.8 0.69 0.35
Hex 97 1C 35 0 51 41 29 15C 45 23
Octal 227 34 65 0 121 101 51 534 105 43
Binary 10010111 11100 110101 0 1010001 1000001 101001 101011100 1000101 100011

Color Harmonies of #971C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C35

Black with #971C35

Text Example


Text Example

White with #971C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971C35; }

 p { color: rgb(151,28,53); }

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

background-color css

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

 a { background-color: rgb(151,28,53); }

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

border-color css

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

 span { border-color: rgb(151,28,53); }

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