Html Css Color HEX #951330 Bright Red

📋 copy color: '#951330'

red 149 ◦ green 19 ◦ blue 48

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

Shades of Bright Red #951330

Tints of Bright Red #951330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 68.98%
G = 8.8%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#951330 (or 0x951330) is known color: Bright Red. HEX triplet: 95, 13 and 30. RGB value is (149,19,48). Sum of RGB (Red+Green+Blue) = 149+19+48=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #951330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951330 is #6AECCF. Grayscale: #3D3D3D. Windows color (decimal): -7007440 or 3150741. OLE color: 3150741.

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

Color convert

RGB 149 19 48 -
CMYK 0 0.87 0.68 0.42
HSL 346.62º 0.77% 0.33% -
HSV(B) 346.62º 0.87% 0.58% -
XYZ 13.16 7.07 3.47 -
YUV 61.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 149 19 48 0 0.87 0.68 0.42 346.62 0.77 0.33
Hex 95 13 30 0 57 44 2A 15B 4D 21
Octal 225 23 60 0 127 104 52 533 115 41
Binary 10010101 10011 110000 0 1010111 1000100 101010 101011011 1001101 100001

Color Harmonies of #951330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951330

Black with #951330

Text Example


Text Example

White with #951330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951330; }

 p { color: rgb(149,19,48); }

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

background-color css

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

 a { background-color: rgb(149,19,48); }

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

border-color css

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

 span { border-color: rgb(149,19,48); }

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