Html Css Color HEX #D34642 Valencia

📋 copy color: '#D34642'

red 211 ◦ green 70 ◦ blue 66

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

Shades of Valencia #D34642

Tints of Valencia #D34642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 60.81%
G = 20.17%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D34642 (or 0xD34642) is known color: Valencia. HEX triplet: D3, 46 and 42. RGB value is (211,70,66). Sum of RGB (Red+Green+Blue) = 211+70+66=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D34642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34642 is #2CB9BD. Grayscale: #6F6F6F. Windows color (decimal): -2931134 or 4343507. OLE color: 4343507.

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

Color convert

RGB 211 70 66 -
CMYK 0 0.67 0.69 0.17
HSL 1.66º 0.62% 0.54% -
HSV(B) 1.66º 0.69% 0.83% -
XYZ 30.04 18.62 7.17 -
YUV 111.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 211 70 66 0 0.67 0.69 0.17 1.66 0.62 0.54
Hex D3 46 42 0 43 45 11 2 3E 36
Octal 323 106 102 0 103 105 21 2 76 66
Binary 11010011 1000110 1000010 0 1000011 1000101 10001 10 111110 110110

Color Harmonies of #D34642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34642

Black with #D34642

Text Example


Text Example

White with #D34642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34642; }

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

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

background-color css

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

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

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

border-color css

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

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

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