Html Css Color HEX #D34A48 Valencia

📋 copy color: '#D34A48'

red 211 ◦ green 74 ◦ blue 72

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

Shades of Valencia #D34A48

Tints of Valencia #D34A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

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

R = 59.1%
G = 20.73%
B = 20.17%

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

#D34A48 (or 0xD34A48) is known color: Valencia. HEX triplet: D3, 4A and 48. RGB value is (211,74,72). Sum of RGB (Red+Green+Blue) = 211+74+72=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34A48 is #2CB5B7. Grayscale: #727272. Windows color (decimal): -2930104 or 4737747. OLE color: 4737747.

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

Color convert

RGB 211 74 72 -
CMYK 0 0.65 0.66 0.17
HSL 0.86º 0.61% 0.55% -
HSV(B) 0.86º 0.66% 0.83% -
XYZ 30.48 19.21 8.23 -
YUV 114.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 211 74 72 0 0.65 0.66 0.17 0.86 0.61 0.55
Hex D3 4A 48 0 41 42 11 1 3D 37
Octal 323 112 110 0 101 102 21 1 75 67
Binary 11010011 1001010 1001000 0 1000001 1000010 10001 1 111101 110111

Color Harmonies of #D34A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A48

Black with #D34A48

Text Example


Text Example

White with #D34A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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