Html Css Color HEX #D74E42 Valencia

📋 copy color: '#D74E42'

red 215 ◦ green 78 ◦ blue 66

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

Shades of Valencia #D74E42

Tints of Valencia #D74E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

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

R = 59.89%
G = 21.73%
B = 18.38%

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

#D74E42 (or 0xD74E42) is known color: Valencia. HEX triplet: D7, 4E and 42. RGB value is (215,78,66). Sum of RGB (Red+Green+Blue) = 215+78+66=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E42 is #28B1BD. Grayscale: #757575. Windows color (decimal): -2666942 or 4345559. OLE color: 4345559.

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

Color convert

RGB 215 78 66 -
CMYK 0 0.64 0.69 0.16
HSL 4.83º 0.65% 0.55% -
HSV(B) 4.83º 0.69% 0.84% -
XYZ 31.73 20.29 7.4 -
YUV 117.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 215 78 66 0 0.64 0.69 0.16 4.83 0.65 0.55
Hex D7 4E 42 0 40 45 10 5 41 37
Octal 327 116 102 0 100 105 20 5 101 67
Binary 11010111 1001110 1000010 0 1000000 1000101 10000 101 1000001 110111

Color Harmonies of #D74E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E42

Black with #D74E42

Text Example


Text Example

White with #D74E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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