Html Css Color HEX #D34D42 Valencia

📋 copy color: '#D34D42'

red 211 ◦ green 77 ◦ blue 66

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

Shades of Valencia #D34D42

Tints of Valencia #D34D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 59.6%
G = 21.75%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D34D42 (or 0xD34D42) is known color: Valencia. HEX triplet: D3, 4D and 42. RGB value is (211,77,66). Sum of RGB (Red+Green+Blue) = 211+77+66=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34D42 is #2CB2BD. Grayscale: #737373. Windows color (decimal): -2929342 or 4345299. OLE color: 4345299.

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

Color convert

RGB 211 77 66 -
CMYK 0 0.64 0.69 0.17
HSL 4.55º 0.62% 0.54% -
HSV(B) 4.55º 0.69% 0.83% -
XYZ 30.5 19.55 7.32 -
YUV 115.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 211 77 66 0 0.64 0.69 0.17 4.55 0.62 0.54
Hex D3 4D 42 0 40 45 11 5 3E 36
Octal 323 115 102 0 100 105 21 5 76 66
Binary 11010011 1001101 1000010 0 1000000 1000101 10001 101 111110 110110

Color Harmonies of #D34D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D42

Black with #D34D42

Text Example


Text Example

White with #D34D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D42; }

 p { color: rgb(211,77,66); }

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

background-color css

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

 a { background-color: rgb(211,77,66); }

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

border-color css

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

 span { border-color: rgb(211,77,66); }

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