Html Css Color HEX #D34940 Valencia

📋 copy color: '#D34940'

red 211 ◦ green 73 ◦ blue 64

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

Shades of Valencia #D34940

Tints of Valencia #D34940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 60.63%
G = 20.98%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D34940 (or 0xD34940) is known color: Valencia. HEX triplet: D3, 49 and 40. RGB value is (211,73,64). Sum of RGB (Red+Green+Blue) = 211+73+64=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D34940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34940 is #2CB6BF. Grayscale: #717171. Windows color (decimal): -2930368 or 4213203. OLE color: 4213203.

HSL color Cylindrical-coordinate representation of color #D34940: hue angle of 3.67º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34940 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 64 -
CMYK 0 0.65 0.70 0.17
HSL 3.67º 0.63% 0.54% -
HSV(B) 3.67º 0.7% 0.83% -
XYZ 30.17 18.98 6.92 -
YUV 113.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 211 73 64 0 0.65 0.70 0.17 3.67 0.63 0.54
Hex D3 49 40 0 41 46 11 4 3F 36
Octal 323 111 100 0 101 106 21 4 77 66
Binary 11010011 1001001 1000000 0 1000001 1000110 10001 100 111111 110110

Color Harmonies of #D34940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34940

Black with #D34940

Text Example


Text Example

White with #D34940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34940; }

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

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

background-color css

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

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

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

border-color css

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

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

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