Html Css Color HEX #9C253D Bright Red

📋 copy color: '#9C253D'

red 156 ◦ green 37 ◦ blue 61

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

Shades of Bright Red #9C253D

Tints of Bright Red #9C253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 61.42%
G = 14.57%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C253D (or 0x9C253D) is known color: Bright Red. HEX triplet: 9C, 25 and 3D. RGB value is (156,37,61). Sum of RGB (Red+Green+Blue) = 156+37+61=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C253D is #63DAC2. Grayscale: #4B4B4B. Windows color (decimal): -6544067 or 4007324. OLE color: 4007324.

HSL color Cylindrical-coordinate representation of color #9C253D: hue angle of 347.9º 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 #9C253D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 61 -
CMYK 0 0.76 0.61 0.39
HSL 347.9º 0.62% 0.38% -
HSV(B) 347.9º 0.76% 0.61% -
XYZ 15.21 8.73 5.3 -
YUV 75.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 156 37 61 0 0.76 0.61 0.39 347.9 0.62 0.38
Hex 9C 25 3D 0 4C 3D 27 15C 3E 26
Octal 234 45 75 0 114 75 47 534 76 46
Binary 10011100 100101 111101 0 1001100 111101 100111 101011100 111110 100110

Color Harmonies of #9C253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C253D

Black with #9C253D

Text Example


Text Example

White with #9C253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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