Html Css Color HEX #951538 Bright Red

📋 copy color: '#951538'

red 149 ◦ green 21 ◦ blue 56

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

Shades of Bright Red #951538

Tints of Bright Red #951538

RGB

 RED value IS 149 (58.59% from 255) = 65.93%

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

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 65.93%
G = 9.29%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#951538 (or 0x951538) is known color: Bright Red. HEX triplet: 95, 15 and 38. RGB value is (149,21,56). Sum of RGB (Red+Green+Blue) = 149+21+56=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #951538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951538 is #6AEAC7. Grayscale: #3F3F3F. Windows color (decimal): -7006920 or 3675541. OLE color: 3675541.

HSL color Cylindrical-coordinate representation of color #951538: hue angle of 343.59º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951538 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 56 -
CMYK 0 0.86 0.62 0.42
HSL 343.59º 0.75% 0.33% -
HSV(B) 343.59º 0.86% 0.58% -
XYZ 13.38 7.21 4.43 -
YUV 63.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 149 21 56 0 0.86 0.62 0.42 343.59 0.75 0.33
Hex 95 15 38 0 56 3E 2A 158 4B 21
Octal 225 25 70 0 126 76 52 530 113 41
Binary 10010101 10101 111000 0 1010110 111110 101010 101011000 1001011 100001

Color Harmonies of #951538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951538

Black with #951538

Text Example


Text Example

White with #951538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951538; }

 p { color: rgb(149,21,56); }

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

background-color css

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

 a { background-color: rgb(149,21,56); }

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

border-color css

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

 span { border-color: rgb(149,21,56); }

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