Html Css Color HEX #D74D45 Valencia

📋 copy color: '#D74D45'

red 215 ◦ green 77 ◦ blue 69

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

Shades of Valencia #D74D45

Tints of Valencia #D74D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 59.56%
G = 21.33%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D74D45 (or 0xD74D45) is known color: Valencia. HEX triplet: D7, 4D and 45. RGB value is (215,77,69). Sum of RGB (Red+Green+Blue) = 215+77+69=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D45 is #28B2BA. Grayscale: #757575. Windows color (decimal): -2667195 or 4541911. OLE color: 4541911.

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

Color convert

RGB 215 77 69 -
CMYK 0 0.64 0.68 0.16
HSL 3.29º 0.65% 0.56% -
HSV(B) 3.29º 0.68% 0.84% -
XYZ 31.75 20.18 7.85 -
YUV 117.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 215 77 69 0 0.64 0.68 0.16 3.29 0.65 0.56
Hex D7 4D 45 0 40 44 10 3 41 38
Octal 327 115 105 0 100 104 20 3 101 70
Binary 11010111 1001101 1000101 0 1000000 1000100 10000 11 1000001 111000

Color Harmonies of #D74D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D45

Black with #D74D45

Text Example


Text Example

White with #D74D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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