Html Css Color HEX #D74D44 Valencia

📋 copy color: '#D74D44'

red 215 ◦ green 77 ◦ blue 68

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

Shades of Valencia #D74D44

Tints of Valencia #D74D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 59.72%
G = 21.39%
B = 18.89%

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

#D74D44 (or 0xD74D44) is known color: Valencia. HEX triplet: D7, 4D and 44. RGB value is (215,77,68). Sum of RGB (Red+Green+Blue) = 215+77+68=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D44 is #28B2BB. Grayscale: #757575. Windows color (decimal): -2667196 or 4476375. OLE color: 4476375.

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

Color convert

RGB 215 77 68 -
CMYK 0 0.64 0.68 0.16
HSL 3.67º 0.65% 0.55% -
HSV(B) 3.67º 0.68% 0.84% -
XYZ 31.72 20.17 7.69 -
YUV 117.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 215 77 68 0 0.64 0.68 0.16 3.67 0.65 0.55
Hex D7 4D 44 0 40 44 10 4 41 37
Octal 327 115 104 0 100 104 20 4 101 67
Binary 11010111 1001101 1000100 0 1000000 1000100 10000 100 1000001 110111

Color Harmonies of #D74D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D44

Black with #D74D44

Text Example


Text Example

White with #D74D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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