Html Css Color HEX #DA4B47 Valencia

📋 copy color: '#DA4B47'

red 218 ◦ green 75 ◦ blue 71

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

Shades of Valencia #DA4B47

Tints of Valencia #DA4B47

RGB

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

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

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

R = 59.89%
G = 20.6%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4B47 (or 0xDA4B47) is known color: Valencia. HEX triplet: DA, 4B and 47. RGB value is (218,75,71). Sum of RGB (Red+Green+Blue) = 218+75+71=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4B47 is #25B4B8. Grayscale: #757575. Windows color (decimal): -2471097 or 4672474. OLE color: 4672474.

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

Color convert

RGB 218 75 71 -
CMYK 0 0.66 0.67 0.15
HSL 1.63º 0.67% 0.57% -
HSV(B) 1.63º 0.67% 0.85% -
XYZ 32.57 20.39 8.18 -
YUV 117.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 218 75 71 0 0.66 0.67 0.15 1.63 0.67 0.57
Hex DA 4B 47 0 42 43 F 2 43 39
Octal 332 113 107 0 102 103 17 2 103 71
Binary 11011010 1001011 1000111 0 1000010 1000011 1111 10 1000011 111001

Color Harmonies of #DA4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B47

Black with #DA4B47

Text Example


Text Example

White with #DA4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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