Html Css Color HEX #D74E46 Valencia

📋 copy color: '#D74E46'

red 215 ◦ green 78 ◦ blue 70

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

Shades of Valencia #D74E46

Tints of Valencia #D74E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 59.23%
G = 21.49%
B = 19.28%

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

#D74E46 (or 0xD74E46) is known color: Valencia. HEX triplet: D7, 4E and 46. RGB value is (215,78,70). Sum of RGB (Red+Green+Blue) = 215+78+70=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E46 is #28B1B9. Grayscale: #767676. Windows color (decimal): -2666938 or 4607703. OLE color: 4607703.

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

Color convert

RGB 215 78 70 -
CMYK 0 0.64 0.67 0.16
HSL 3.31º 0.64% 0.56% -
HSV(B) 3.31º 0.67% 0.84% -
XYZ 31.85 20.34 8.04 -
YUV 118.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 215 78 70 0 0.64 0.67 0.16 3.31 0.64 0.56
Hex D7 4E 46 0 40 43 10 3 40 38
Octal 327 116 106 0 100 103 20 3 100 70
Binary 11010111 1001110 1000110 0 1000000 1000011 10000 11 1000000 111000

Color Harmonies of #D74E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E46

Black with #D74E46

Text Example


Text Example

White with #D74E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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