Html Css Color HEX #D34B49 Valencia

📋 copy color: '#D34B49'

red 211 ◦ green 75 ◦ blue 73

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

Shades of Valencia #D34B49

Tints of Valencia #D34B49

RGB

 RED value IS 211 (82.81% from 255) = 58.77%

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 58.77%
G = 20.89%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D34B49 (or 0xD34B49) is known color: Valencia. HEX triplet: D3, 4B and 49. RGB value is (211,75,73). Sum of RGB (Red+Green+Blue) = 211+75+73=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34B49 is #2CB4B6. Grayscale: #737373. Windows color (decimal): -2929847 or 4803539. OLE color: 4803539.

HSL color Cylindrical-coordinate representation of color #D34B49: hue angle of 0.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34B49 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 75 73 -
CMYK 0 0.64 0.65 0.17
HSL 0.87º 0.61% 0.56% -
HSV(B) 0.87º 0.65% 0.83% -
XYZ 30.58 19.36 8.43 -
YUV 115.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 211 75 73 0 0.64 0.65 0.17 0.87 0.61 0.56
Hex D3 4B 49 0 40 41 11 1 3D 38
Octal 323 113 111 0 100 101 21 1 75 70
Binary 11010011 1001011 1001001 0 1000000 1000001 10001 1 111101 111000

Color Harmonies of #D34B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34B49

Black with #D34B49

Text Example


Text Example

White with #D34B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34B49; }

 p { color: rgb(211,75,73); }

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

background-color css

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

 a { background-color: rgb(211,75,73); }

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

border-color css

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

 span { border-color: rgb(211,75,73); }

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