Html Css Color HEX #DA4A46 Valencia

📋 copy color: '#DA4A46'

red 218 ◦ green 74 ◦ blue 70

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

Shades of Valencia #DA4A46

Tints of Valencia #DA4A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 60.22%
G = 20.44%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA4A46 (or 0xDA4A46) is known color: Valencia. HEX triplet: DA, 4A and 46. RGB value is (218,74,70). Sum of RGB (Red+Green+Blue) = 218+74+70=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A46 is #25B5B9. Grayscale: #747474. Windows color (decimal): -2471354 or 4606682. OLE color: 4606682.

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

Color convert

RGB 218 74 70 -
CMYK 0 0.66 0.68 0.15
HSL 1.62º 0.67% 0.56% -
HSV(B) 1.62º 0.68% 0.85% -
XYZ 32.47 20.25 7.99 -
YUV 116.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 218 74 70 0 0.66 0.68 0.15 1.62 0.67 0.56
Hex DA 4A 46 0 42 44 F 2 43 38
Octal 332 112 106 0 102 104 17 2 103 70
Binary 11011010 1001010 1000110 0 1000010 1000100 1111 10 1000011 111000

Color Harmonies of #DA4A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A46

Black with #DA4A46

Text Example


Text Example

White with #DA4A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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