Html Css Color HEX #D74D47 Valencia

📋 copy color: '#D74D47'

red 215 ◦ green 77 ◦ blue 71

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

Shades of Valencia #D74D47

Tints of Valencia #D74D47

RGB

 RED value IS 215 (84.38% from 255) = 59.23%

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 59.23%
G = 21.21%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D74D47 (or 0xD74D47) is known color: Valencia. HEX triplet: D7, 4D and 47. RGB value is (215,77,71). Sum of RGB (Red+Green+Blue) = 215+77+71=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D47 is #28B2B8. Grayscale: #757575. Windows color (decimal): -2667193 or 4672983. OLE color: 4672983.

HSL color Cylindrical-coordinate representation of color #D74D47: hue angle of 2.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74D47 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 71 -
CMYK 0 0.64 0.67 0.16
HSL 2.5º 0.64% 0.56% -
HSV(B) 2.5º 0.67% 0.84% -
XYZ 31.82 20.21 8.19 -
YUV 117.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 215 77 71 0 0.64 0.67 0.16 2.5 0.64 0.56
Hex D7 4D 47 0 40 43 10 2 40 38
Octal 327 115 107 0 100 103 20 2 100 70
Binary 11010111 1001101 1000111 0 1000000 1000011 10000 10 1000000 111000

Color Harmonies of #D74D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D47

Black with #D74D47

Text Example


Text Example

White with #D74D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D47; }

 p { color: rgb(215,77,71); }

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

background-color css

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

 a { background-color: rgb(215,77,71); }

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

border-color css

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

 span { border-color: rgb(215,77,71); }

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