Html Css Color HEX #951D1E Bright Red

📋 copy color: '#951D1E'

red 149 ◦ green 29 ◦ blue 30

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

Shades of Bright Red #951D1E

Tints of Bright Red #951D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 71.63%
G = 13.94%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#951D1E (or 0x951D1E) is known color: Bright Red. HEX triplet: 95, 1D and 1E. RGB value is (149,29,30). Sum of RGB (Red+Green+Blue) = 149+29+30=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #951D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D1E is #6AE2E1. Grayscale: #414141. Windows color (decimal): -7004898 or 1973653. OLE color: 1973653.

HSL color Cylindrical-coordinate representation of color #951D1E: hue angle of 359.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D1E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 30 -
CMYK 0 0.81 0.80 0.42
HSL 359.5º 0.67% 0.35% -
HSV(B) 359.5º 0.81% 0.58% -
XYZ 13.07 7.36 1.96 -
YUV 64.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 149 29 30 0 0.81 0.80 0.42 359.5 0.67 0.35
Hex 95 1D 1E 0 51 50 2A 168 43 23
Octal 225 35 36 0 121 120 52 550 103 43
Binary 10010101 11101 11110 0 1010001 1010000 101010 101101000 1000011 100011

Color Harmonies of #951D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D1E

Black with #951D1E

Text Example


Text Example

White with #951D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D1E; }

 p { color: rgb(149,29,30); }

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

background-color css

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

 a { background-color: rgb(149,29,30); }

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

border-color css

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

 span { border-color: rgb(149,29,30); }

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