Html Css Color HEX #D34942 Valencia

📋 copy color: '#D34942'

red 211 ◦ green 73 ◦ blue 66

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

Shades of Valencia #D34942

Tints of Valencia #D34942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 60.29%
G = 20.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D34942 (or 0xD34942) is known color: Valencia. HEX triplet: D3, 49 and 42. RGB value is (211,73,66). Sum of RGB (Red+Green+Blue) = 211+73+66=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D34942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34942 is #2CB6BD. Grayscale: #717171. Windows color (decimal): -2930366 or 4344275. OLE color: 4344275.

HSL color Cylindrical-coordinate representation of color #D34942: hue angle of 2.9º 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 #D34942 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 66 -
CMYK 0 0.65 0.69 0.17
HSL 2.9º 0.62% 0.54% -
HSV(B) 2.9º 0.69% 0.83% -
XYZ 30.23 19.01 7.23 -
YUV 113.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 211 73 66 0 0.65 0.69 0.17 2.9 0.62 0.54
Hex D3 49 42 0 41 45 11 3 3E 36
Octal 323 111 102 0 101 105 21 3 76 66
Binary 11010011 1001001 1000010 0 1000001 1000101 10001 11 111110 110110

Color Harmonies of #D34942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34942

Black with #D34942

Text Example


Text Example

White with #D34942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34942; }

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

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

background-color css

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

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

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

border-color css

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

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

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