Html Css Color HEX #D24D46 Valencia

📋 copy color: '#D24D46'

red 210 ◦ green 77 ◦ blue 70

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

Shades of Valencia #D24D46

Tints of Valencia #D24D46

RGB

 RED value IS 210 (82.42% from 255) = 58.82%

 GREEN value IS 77 (30.47% from 255) = 21.57%

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

R = 58.82%
G = 21.57%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D24D46 (or 0xD24D46) is known color: Valencia. HEX triplet: D2, 4D and 46. RGB value is (210,77,70). Sum of RGB (Red+Green+Blue) = 210+77+70=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D46 is #2DB2B9. Grayscale: #747474. Windows color (decimal): -2994874 or 4607442. OLE color: 4607442.

HSL color Cylindrical-coordinate representation of color #D24D46: hue angle of 3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24D46 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 70 -
CMYK 0 0.63 0.67 0.18
HSL 0.61% 0.55% -
HSV(B) 0.67% 0.82% -
XYZ 30.34 19.45 7.95 -
YUV 115.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 210 77 70 0 0.63 0.67 0.18 3 0.61 0.55
Hex D2 4D 46 0 3F 43 12 3 3D 37
Octal 322 115 106 0 77 103 22 3 75 67
Binary 11010010 1001101 1000110 0 111111 1000011 10010 11 111101 110111

Color Harmonies of #D24D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D46

Black with #D24D46

Text Example


Text Example

White with #D24D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D46; }

 p { color: rgb(210,77,70); }

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

background-color css

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

 a { background-color: rgb(210,77,70); }

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

border-color css

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

 span { border-color: rgb(210,77,70); }

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