Html Css Color HEX #DA4A48 Valencia

📋 copy color: '#DA4A48'

red 218 ◦ green 74 ◦ blue 72

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

Shades of Valencia #DA4A48

Tints of Valencia #DA4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 59.89%
G = 20.33%
B = 19.78%

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

#DA4A48 (or 0xDA4A48) is known color: Valencia. HEX triplet: DA, 4A and 48. RGB value is (218,74,72). Sum of RGB (Red+Green+Blue) = 218+74+72=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A48 is #25B5B7. Grayscale: #747474. Windows color (decimal): -2471352 or 4737754. OLE color: 4737754.

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

Color convert

RGB 218 74 72 -
CMYK 0 0.66 0.67 0.15
HSL 0.82º 0.66% 0.57% -
HSV(B) 0.82º 0.67% 0.85% -
XYZ 32.53 20.27 8.33 -
YUV 116.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 218 74 72 0 0.66 0.67 0.15 0.82 0.66 0.57
Hex DA 4A 48 0 42 43 F 1 42 39
Octal 332 112 110 0 102 103 17 1 102 71
Binary 11011010 1001010 1001000 0 1000010 1000011 1111 1 1000010 111001

Color Harmonies of #DA4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A48

Black with #DA4A48

Text Example


Text Example

White with #DA4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A48; }

 p { color: rgb(218,74,72); }

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

background-color css

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

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

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

border-color css

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

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

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