Html Css Color HEX #9C1535 Bright Red

📋 copy color: '#9C1535'

red 156 ◦ green 21 ◦ blue 53

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

Shades of Bright Red #9C1535

Tints of Bright Red #9C1535

RGB

 RED value IS 156 (61.33% from 255) = 67.83%

 GREEN value IS 21 (8.59% from 255) = 9.13%

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

R = 67.83%
G = 9.13%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C1535 (or 0x9C1535) is known color: Bright Red. HEX triplet: 9C, 15 and 35. RGB value is (156,21,53). Sum of RGB (Red+Green+Blue) = 156+21+53=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1535 is #63EACA. Grayscale: #414141. Windows color (decimal): -6548171 or 3478940. OLE color: 3478940.

HSL color Cylindrical-coordinate representation of color #9C1535: hue angle of 345.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1535 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 53 -
CMYK 0 0.87 0.66 0.39
HSL 345.78º 0.76% 0.35% -
HSV(B) 345.78º 0.87% 0.61% -
XYZ 14.62 7.86 4.11 -
YUV 65.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 156 21 53 0 0.87 0.66 0.39 345.78 0.76 0.35
Hex 9C 15 35 0 57 42 27 15A 4C 23
Octal 234 25 65 0 127 102 47 532 114 43
Binary 10011100 10101 110101 0 1010111 1000010 100111 101011010 1001100 100011

Color Harmonies of #9C1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1535

Black with #9C1535

Text Example


Text Example

White with #9C1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C1535; }

 p { color: rgb(156,21,53); }

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

background-color css

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

 a { background-color: rgb(156,21,53); }

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

border-color css

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

 span { border-color: rgb(156,21,53); }

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