Html Css Color HEX #951335 Bright Red

📋 copy color: '#951335'

red 149 ◦ green 19 ◦ blue 53

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

Shades of Bright Red #951335

Tints of Bright Red #951335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 67.42%
G = 8.6%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#951335 (or 0x951335) is known color: Bright Red. HEX triplet: 95, 13 and 35. RGB value is (149,19,53). Sum of RGB (Red+Green+Blue) = 149+19+53=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951335 is #6AECCA. Grayscale: #3D3D3D. Windows color (decimal): -7007435 or 3478421. OLE color: 3478421.

HSL color Cylindrical-coordinate representation of color #951335: hue angle of 344.31º 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 #951335 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 53 -
CMYK 0 0.87 0.64 0.42
HSL 344.31º 0.77% 0.33% -
HSV(B) 344.31º 0.87% 0.58% -
XYZ 13.27 7.11 4.04 -
YUV 61.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 149 19 53 0 0.87 0.64 0.42 344.31 0.77 0.33
Hex 95 13 35 0 57 40 2A 158 4D 21
Octal 225 23 65 0 127 100 52 530 115 41
Binary 10010101 10011 110101 0 1010111 1000000 101010 101011000 1001101 100001

Color Harmonies of #951335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951335

Black with #951335

Text Example


Text Example

White with #951335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951335; }

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

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

background-color css

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

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

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

border-color css

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

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

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