Html Css Color HEX #D34948 Valencia

📋 copy color: '#D34948'

red 211 ◦ green 73 ◦ blue 72

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

Shades of Valencia #D34948

Tints of Valencia #D34948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 59.27%
G = 20.51%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D34948 (or 0xD34948) is known color: Valencia. HEX triplet: D3, 49 and 48. RGB value is (211,73,72). Sum of RGB (Red+Green+Blue) = 211+73+72=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D34948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34948 is #2CB6B7. Grayscale: #727272. Windows color (decimal): -2930360 or 4737491. OLE color: 4737491.

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

Color convert

RGB 211 73 72 -
CMYK 0 0.65 0.66 0.17
HSL 0.43º 0.61% 0.55% -
HSV(B) 0.43º 0.66% 0.83% -
XYZ 30.42 19.08 8.21 -
YUV 114.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 211 73 72 0 0.65 0.66 0.17 0.43 0.61 0.55
Hex D3 49 48 0 41 42 11 0 3D 37
Octal 323 111 110 0 101 102 21 0 75 67
Binary 11010011 1001001 1001000 0 1000001 1000010 10001 0 111101 110111

Color Harmonies of #D34948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34948

Black with #D34948

Text Example


Text Example

White with #D34948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34948; }

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

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

background-color css

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

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

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

border-color css

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

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

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