Html Css Color HEX #951B23 Bright Red

📋 copy color: '#951B23'

red 149 ◦ green 27 ◦ blue 35

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

Shades of Bright Red #951B23

Tints of Bright Red #951B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 70.62%
G = 12.8%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#951B23 (or 0x951B23) is known color: Bright Red. HEX triplet: 95, 1B and 23. RGB value is (149,27,35). Sum of RGB (Red+Green+Blue) = 149+27+35=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #951B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B23 is #6AE4DC. Grayscale: #404040. Windows color (decimal): -7005405 or 2300821. OLE color: 2300821.

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

Color convert

RGB 149 27 35 -
CMYK 0 0.82 0.77 0.42
HSL 356.07º 0.69% 0.35% -
HSV(B) 356.07º 0.82% 0.58% -
XYZ 13.09 7.29 2.31 -
YUV 64.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 149 27 35 0 0.82 0.77 0.42 356.07 0.69 0.35
Hex 95 1B 23 0 52 4D 2A 164 45 23
Octal 225 33 43 0 122 115 52 544 105 43
Binary 10010101 11011 100011 0 1010010 1001101 101010 101100100 1000101 100011

Color Harmonies of #951B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B23

Black with #951B23

Text Example


Text Example

White with #951B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,35); }

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

background-color css

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

 a { background-color: rgb(149,27,35); }

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

border-color css

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

 span { border-color: rgb(149,27,35); }

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