Html Css Color HEX #D74B49 Valencia

📋 copy color: '#D74B49'

red 215 ◦ green 75 ◦ blue 73

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

Shades of Valencia #D74B49

Tints of Valencia #D74B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

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

R = 59.23%
G = 20.66%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74B49 (or 0xD74B49) is known color: Valencia. HEX triplet: D7, 4B and 49. RGB value is (215,75,73). Sum of RGB (Red+Green+Blue) = 215+75+73=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74B49 is #28B4B6. Grayscale: #747474. Windows color (decimal): -2667703 or 4803543. OLE color: 4803543.

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

Color convert

RGB 215 75 73 -
CMYK 0 0.65 0.66 0.16
HSL 0.85º 0.64% 0.56% -
HSV(B) 0.85º 0.66% 0.84% -
XYZ 31.74 19.96 8.48 -
YUV 116.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 215 75 73 0 0.65 0.66 0.16 0.85 0.64 0.56
Hex D7 4B 49 0 41 42 10 1 40 38
Octal 327 113 111 0 101 102 20 1 100 70
Binary 11010111 1001011 1001001 0 1000001 1000010 10000 1 1000000 111000

Color Harmonies of #D74B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B49

Black with #D74B49

Text Example


Text Example

White with #D74B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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