Html Css Color HEX #D74D42 Valencia

📋 copy color: '#D74D42'

red 215 ◦ green 77 ◦ blue 66

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

Shades of Valencia #D74D42

Tints of Valencia #D74D42

RGB

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

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

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

R = 60.06%
G = 21.51%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74D42 (or 0xD74D42) is known color: Valencia. HEX triplet: D7, 4D and 42. RGB value is (215,77,66). Sum of RGB (Red+Green+Blue) = 215+77+66=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D42 is #28B2BD. Grayscale: #757575. Windows color (decimal): -2667198 or 4345303. OLE color: 4345303.

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

Color convert

RGB 215 77 66 -
CMYK 0 0.64 0.69 0.16
HSL 4.43º 0.65% 0.55% -
HSV(B) 4.43º 0.69% 0.84% -
XYZ 31.66 20.15 7.37 -
YUV 117.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 215 77 66 0 0.64 0.69 0.16 4.43 0.65 0.55
Hex D7 4D 42 0 40 45 10 4 41 37
Octal 327 115 102 0 100 105 20 4 101 67
Binary 11010111 1001101 1000010 0 1000000 1000101 10000 100 1000001 110111

Color Harmonies of #D74D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D42

Black with #D74D42

Text Example


Text Example

White with #D74D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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