Html Css Color HEX #D74E49 Valencia

📋 copy color: '#D74E49'

red 215 ◦ green 78 ◦ blue 73

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

Shades of Valencia #D74E49

Tints of Valencia #D74E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 58.74%
G = 21.31%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74E49 (or 0xD74E49) is known color: Valencia. HEX triplet: D7, 4E and 49. RGB value is (215,78,73). Sum of RGB (Red+Green+Blue) = 215+78+73=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E49 is #28B1B6. Grayscale: #767676. Windows color (decimal): -2666935 or 4804311. OLE color: 4804311.

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

Color convert

RGB 215 78 73 -
CMYK 0 0.64 0.66 0.16
HSL 2.11º 0.64% 0.56% -
HSV(B) 2.11º 0.66% 0.84% -
XYZ 31.95 20.38 8.55 -
YUV 118.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 215 78 73 0 0.64 0.66 0.16 2.11 0.64 0.56
Hex D7 4E 49 0 40 42 10 2 40 38
Octal 327 116 111 0 100 102 20 2 100 70
Binary 11010111 1001110 1001001 0 1000000 1000010 10000 10 1000000 111000

Color Harmonies of #D74E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E49

Black with #D74E49

Text Example


Text Example

White with #D74E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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