Html Css Color HEX #97143C Bright Red

📋 copy color: '#97143C'

red 151 ◦ green 20 ◦ blue 60

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

Shades of Bright Red #97143C

Tints of Bright Red #97143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 65.37%
G = 8.66%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#97143C (or 0x97143C) is known color: Bright Red. HEX triplet: 97, 14 and 3C. RGB value is (151,20,60). Sum of RGB (Red+Green+Blue) = 151+20+60=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97143C is #68EBC3. Grayscale: #3F3F3F. Windows color (decimal): -6876100 or 3937431. OLE color: 3937431.

HSL color Cylindrical-coordinate representation of color #97143C: hue angle of 341.68º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97143C is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 20 60 -
CMYK 0 0.87 0.60 0.41
HSL 341.68º 0.77% 0.34% -
HSV(B) 341.68º 0.87% 0.59% -
XYZ 13.83 7.41 4.98 -
YUV 63.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 151 20 60 0 0.87 0.60 0.41 341.68 0.77 0.34
Hex 97 14 3C 0 57 3C 29 156 4D 22
Octal 227 24 74 0 127 74 51 526 115 42
Binary 10010111 10100 111100 0 1010111 111100 101001 101010110 1001101 100010

Color Harmonies of #97143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97143C

Black with #97143C

Text Example


Text Example

White with #97143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97143C; }

 p { color: rgb(151,20,60); }

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

background-color css

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

 a { background-color: rgb(151,20,60); }

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

border-color css

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

 span { border-color: rgb(151,20,60); }

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