Html Css Color HEX #D24940 Valencia

📋 copy color: '#D24940'

red 210 ◦ green 73 ◦ blue 64

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

Shades of Valencia #D24940

Tints of Valencia #D24940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 60.52%
G = 21.04%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D24940 (or 0xD24940) is known color: Valencia. HEX triplet: D2, 49 and 40. RGB value is (210,73,64). Sum of RGB (Red+Green+Blue) = 210+73+64=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D24940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24940 is #2DB6BF. Grayscale: #717171. Windows color (decimal): -2995904 or 4213202. OLE color: 4213202.

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

Color convert

RGB 210 73 64 -
CMYK 0 0.65 0.70 0.18
HSL 3.7º 0.62% 0.54% -
HSV(B) 3.7º 0.7% 0.82% -
XYZ 29.89 18.84 6.91 -
YUV 112.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 210 73 64 0 0.65 0.70 0.18 3.7 0.62 0.54
Hex D2 49 40 0 41 46 12 4 3E 36
Octal 322 111 100 0 101 106 22 4 76 66
Binary 11010010 1001001 1000000 0 1000001 1000110 10010 100 111110 110110

Color Harmonies of #D24940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24940

Black with #D24940

Text Example


Text Example

White with #D24940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24940; }

 p { color: rgb(210,73,64); }

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

background-color css

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

 a { background-color: rgb(210,73,64); }

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

border-color css

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

 span { border-color: rgb(210,73,64); }

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