Html Css Color HEX #9C1335 Bright Red

📋 copy color: '#9C1335'

red 156 ◦ green 19 ◦ blue 53

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

Shades of Bright Red #9C1335

Tints of Bright Red #9C1335

RGB

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

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

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

R = 68.42%
G = 8.33%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C1335 (or 0x9C1335) is known color: Bright Red. HEX triplet: 9C, 13 and 35. RGB value is (156,19,53). Sum of RGB (Red+Green+Blue) = 156+19+53=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1335 is #63ECCA. Grayscale: #3F3F3F. Windows color (decimal): -6548683 or 3478428. OLE color: 3478428.

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

Color convert

RGB 156 19 53 -
CMYK 0 0.88 0.66 0.39
HSL 345.11º 0.78% 0.34% -
HSV(B) 345.11º 0.88% 0.61% -
XYZ 14.59 7.79 4.1 -
YUV 63.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 156 19 53 0 0.88 0.66 0.39 345.11 0.78 0.34
Hex 9C 13 35 0 58 42 27 159 4E 22
Octal 234 23 65 0 130 102 47 531 116 42
Binary 10011100 10011 110101 0 1011000 1000010 100111 101011001 1001110 100010

Color Harmonies of #9C1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1335

Black with #9C1335

Text Example


Text Example

White with #9C1335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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