Html Css Color HEX #9B1D3E Bright Red

📋 copy color: '#9B1D3E'

red 155 ◦ green 29 ◦ blue 62

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

Shades of Bright Red #9B1D3E

Tints of Bright Red #9B1D3E

RGB

 RED value IS 155 (60.94% from 255) = 63.01%

 GREEN value IS 29 (11.72% from 255) = 11.79%

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 63.01%
G = 11.79%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B1D3E (or 0x9B1D3E) is known color: Bright Red. HEX triplet: 9B, 1D and 3E. RGB value is (155,29,62). Sum of RGB (Red+Green+Blue) = 155+29+62=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D3E is #64E2C1. Grayscale: #464646. Windows color (decimal): -6611650 or 4070811. OLE color: 4070811.

HSL color Cylindrical-coordinate representation of color #9B1D3E: hue angle of 344.29º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D3E is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 62 -
CMYK 0 0.81 0.6 0.39
HSL 344.29º 0.68% 0.36% -
HSV(B) 344.29º 0.81% 0.61% -
XYZ 14.83 8.2 5.36 -
YUV 70.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 155 29 62 0 0.81 0.6 0.39 344.29 0.68 0.36
Hex 9B 1D 3E 0 51 3C 27 158 44 24
Octal 233 35 76 0 121 74 47 530 104 44
Binary 10011011 11101 111110 0 1010001 111100 100111 101011000 1000100 100100

Color Harmonies of #9B1D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D3E

Black with #9B1D3E

Text Example


Text Example

White with #9B1D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,62); }

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

background-color css

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

 a { background-color: rgb(155,29,62); }

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

border-color css

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

 span { border-color: rgb(155,29,62); }

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