Html Css Color HEX #DA4747 Valencia

📋 copy color: '#DA4747'

red 218 ◦ green 71 ◦ blue 71

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

Shades of Valencia #DA4747

Tints of Valencia #DA4747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

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

R = 60.56%
G = 19.72%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4747 (or 0xDA4747) is known color: Valencia. HEX triplet: DA, 47 and 47. RGB value is (218,71,71). Sum of RGB (Red+Green+Blue) = 218+71+71=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4747 is #25B8B8. Grayscale: #737373. Windows color (decimal): -2472121 or 4671450. OLE color: 4671450.

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

Color convert

RGB 218 71 71 -
CMYK 0 0.67 0.67 0.15
HSL 0.67% 0.57% -
HSV(B) 0.67% 0.85% -
XYZ 32.3 19.87 8.09 -
YUV 114.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 218 71 71 0 0.67 0.67 0.15 0 0.67 0.57
Hex DA 47 47 0 43 43 F 0 43 39
Octal 332 107 107 0 103 103 17 0 103 71
Binary 11011010 1000111 1000111 0 1000011 1000011 1111 0 1000011 111001

Color Harmonies of #DA4747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4747

Black with #DA4747

Text Example


Text Example

White with #DA4747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4747; }

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

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

background-color css

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

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

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

border-color css

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

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

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