Html Css Color HEX #D34F42 Valencia

📋 copy color: '#D34F42'

red 211 ◦ green 79 ◦ blue 66

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

Shades of Valencia #D34F42

Tints of Valencia #D34F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

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

R = 59.27%
G = 22.19%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D34F42 (or 0xD34F42) is known color: Valencia. HEX triplet: D3, 4F and 42. RGB value is (211,79,66). Sum of RGB (Red+Green+Blue) = 211+79+66=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F42 is #2CB0BD. Grayscale: #757575. Windows color (decimal): -2928830 or 4345811. OLE color: 4345811.

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

Color convert

RGB 211 79 66 -
CMYK 0 0.63 0.69 0.17
HSL 5.38º 0.62% 0.54% -
HSV(B) 5.38º 0.69% 0.83% -
XYZ 30.64 19.83 7.37 -
YUV 116.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 211 79 66 0 0.63 0.69 0.17 5.38 0.62 0.54
Hex D3 4F 42 0 3F 45 11 5 3E 36
Octal 323 117 102 0 77 105 21 5 76 66
Binary 11010011 1001111 1000010 0 111111 1000101 10001 101 111110 110110

Color Harmonies of #D34F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F42

Black with #D34F42

Text Example


Text Example

White with #D34F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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