Html Css Color HEX #D24840 Valencia

📋 copy color: '#D24840'

red 210 ◦ green 72 ◦ blue 64

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

Shades of Valencia #D24840

Tints of Valencia #D24840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 60.69%
G = 20.81%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D24840 (or 0xD24840) is known color: Valencia. HEX triplet: D2, 48 and 40. RGB value is (210,72,64). Sum of RGB (Red+Green+Blue) = 210+72+64=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24840 is #2DB7BF. Grayscale: #707070. Windows color (decimal): -2996160 or 4212946. OLE color: 4212946.

HSL color Cylindrical-coordinate representation of color #D24840: hue angle of 3.29º 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 #D24840 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 72 64 -
CMYK 0 0.66 0.70 0.18
HSL 3.29º 0.62% 0.54% -
HSV(B) 3.29º 0.7% 0.82% -
XYZ 29.82 18.71 6.89 -
YUV 112.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 210 72 64 0 0.66 0.70 0.18 3.29 0.62 0.54
Hex D2 48 40 0 42 46 12 3 3E 36
Octal 322 110 100 0 102 106 22 3 76 66
Binary 11010010 1001000 1000000 0 1000010 1000110 10010 11 111110 110110

Color Harmonies of #D24840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24840

Black with #D24840

Text Example


Text Example

White with #D24840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24840; }

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

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

background-color css

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

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

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

border-color css

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

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

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