Html Css Color HEX #9C253B Bright Red

📋 copy color: '#9C253B'

red 156 ◦ green 37 ◦ blue 59

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

Shades of Bright Red #9C253B

Tints of Bright Red #9C253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 61.9%
G = 14.68%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C253B (or 0x9C253B) is known color: Bright Red. HEX triplet: 9C, 25 and 3B. RGB value is (156,37,59). Sum of RGB (Red+Green+Blue) = 156+37+59=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C253B is #63DAC4. Grayscale: #4B4B4B. Windows color (decimal): -6544069 or 3876252. OLE color: 3876252.

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

Color convert

RGB 156 37 59 -
CMYK 0 0.76 0.62 0.39
HSL 348.91º 0.62% 0.38% -
HSV(B) 348.91º 0.76% 0.61% -
XYZ 15.16 8.71 5.02 -
YUV 75.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 156 37 59 0 0.76 0.62 0.39 348.91 0.62 0.38
Hex 9C 25 3B 0 4C 3E 27 15D 3E 26
Octal 234 45 73 0 114 76 47 535 76 46
Binary 10011100 100101 111011 0 1001100 111110 100111 101011101 111110 100110

Color Harmonies of #9C253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C253B

Black with #9C253B

Text Example


Text Example

White with #9C253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,37,59); }

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

background-color css

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

 a { background-color: rgb(156,37,59); }

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

border-color css

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

 span { border-color: rgb(156,37,59); }

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