Html Css Color HEX #D74944 Valencia

📋 copy color: '#D74944'

red 215 ◦ green 73 ◦ blue 68

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

Shades of Valencia #D74944

Tints of Valencia #D74944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

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

R = 60.39%
G = 20.51%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D74944 (or 0xD74944) is known color: Valencia. HEX triplet: D7, 49 and 44. RGB value is (215,73,68). Sum of RGB (Red+Green+Blue) = 215+73+68=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D74944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74944 is #28B6BB. Grayscale: #737373. Windows color (decimal): -2668220 or 4475351. OLE color: 4475351.

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

Color convert

RGB 215 73 68 -
CMYK 0 0.66 0.68 0.16
HSL 2.04º 0.65% 0.55% -
HSV(B) 2.04º 0.68% 0.84% -
XYZ 31.45 19.63 7.6 -
YUV 114.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 215 73 68 0 0.66 0.68 0.16 2.04 0.65 0.55
Hex D7 49 44 0 42 44 10 2 41 37
Octal 327 111 104 0 102 104 20 2 101 67
Binary 11010111 1001001 1000100 0 1000010 1000100 10000 10 1000001 110111

Color Harmonies of #D74944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74944

Black with #D74944

Text Example


Text Example

White with #D74944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74944; }

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

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

background-color css

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

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

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

border-color css

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

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

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