Html Css Color HEX #D24D42 Valencia

📋 copy color: '#D24D42'

red 210 ◦ green 77 ◦ blue 66

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

Shades of Valencia #D24D42

Tints of Valencia #D24D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 59.49%
G = 21.81%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24D42 (or 0xD24D42) is known color: Valencia. HEX triplet: D2, 4D and 42. RGB value is (210,77,66). Sum of RGB (Red+Green+Blue) = 210+77+66=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D42 is #2DB2BD. Grayscale: #737373. Windows color (decimal): -2994878 or 4345298. OLE color: 4345298.

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

Color convert

RGB 210 77 66 -
CMYK 0 0.63 0.69 0.18
HSL 4.58º 0.62% 0.54% -
HSV(B) 4.58º 0.69% 0.82% -
XYZ 30.22 19.4 7.31 -
YUV 115.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 210 77 66 0 0.63 0.69 0.18 4.58 0.62 0.54
Hex D2 4D 42 0 3F 45 12 5 3E 36
Octal 322 115 102 0 77 105 22 5 76 66
Binary 11010010 1001101 1000010 0 111111 1000101 10010 101 111110 110110

Color Harmonies of #D24D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D42

Black with #D24D42

Text Example


Text Example

White with #D24D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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