Html Css Color HEX #DA4C47 Valencia

📋 copy color: '#DA4C47'

red 218 ◦ green 76 ◦ blue 71

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

Shades of Valencia #DA4C47

Tints of Valencia #DA4C47

RGB

 RED value IS 218 (85.55% from 255) = 59.73%

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 59.73%
G = 20.82%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4C47 (or 0xDA4C47) is known color: Valencia. HEX triplet: DA, 4C and 47. RGB value is (218,76,71). Sum of RGB (Red+Green+Blue) = 218+76+71=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C47 is #25B3B8. Grayscale: #767676. Windows color (decimal): -2470841 or 4672730. OLE color: 4672730.

HSL color Cylindrical-coordinate representation of color #DA4C47: hue angle of 2.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4C47 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 71 -
CMYK 0 0.65 0.67 0.15
HSL 2.04º 0.67% 0.57% -
HSV(B) 2.04º 0.67% 0.85% -
XYZ 32.64 20.53 8.2 -
YUV 117.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 218 76 71 0 0.65 0.67 0.15 2.04 0.67 0.57
Hex DA 4C 47 0 41 43 F 2 43 39
Octal 332 114 107 0 101 103 17 2 103 71
Binary 11011010 1001100 1000111 0 1000001 1000011 1111 10 1000011 111001

Color Harmonies of #DA4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C47

Black with #DA4C47

Text Example


Text Example

White with #DA4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C47; }

 p { color: rgb(218,76,71); }

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

background-color css

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

 a { background-color: rgb(218,76,71); }

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

border-color css

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

 span { border-color: rgb(218,76,71); }

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