Html Css Color HEX #951C1E Bright Red

📋 copy color: '#951C1E'

red 149 ◦ green 28 ◦ blue 30

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

Shades of Bright Red #951C1E

Tints of Bright Red #951C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.53%

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

R = 71.98%
G = 13.53%
B = 14.49%

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

#951C1E (or 0x951C1E) is known color: Bright Red. HEX triplet: 95, 1C and 1E. RGB value is (149,28,30). Sum of RGB (Red+Green+Blue) = 149+28+30=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #951C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C1E is #6AE3E1. Grayscale: #404040. Windows color (decimal): -7005154 or 1973397. OLE color: 1973397.

HSL color Cylindrical-coordinate representation of color #951C1E: hue angle of 359.01º degrees, saturation: 0.68, 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 #951C1E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 30 -
CMYK 0 0.81 0.80 0.42
HSL 359.01º 0.68% 0.35% -
HSV(B) 359.01º 0.81% 0.58% -
XYZ 13.04 7.31 1.95 -
YUV 64.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 149 28 30 0 0.81 0.80 0.42 359.01 0.68 0.35
Hex 95 1C 1E 0 51 50 2A 167 44 23
Octal 225 34 36 0 121 120 52 547 104 43
Binary 10010101 11100 11110 0 1010001 1010000 101010 101100111 1000100 100011

Color Harmonies of #951C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C1E

Black with #951C1E

Text Example


Text Example

White with #951C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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