Html Css Color HEX #D24747 Valencia

📋 copy color: '#D24747'

red 210 ◦ green 71 ◦ blue 71

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

Shades of Valencia #D24747

Tints of Valencia #D24747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 59.66%
G = 20.17%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D24747 (or 0xD24747) is known color: Valencia. HEX triplet: D2, 47 and 47. RGB value is (210,71,71). Sum of RGB (Red+Green+Blue) = 210+71+71=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D24747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24747 is #2DB8B8. Grayscale: #707070. Windows color (decimal): -2996409 or 4671442. OLE color: 4671442.

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

Color convert

RGB 210 71 71 -
CMYK 0 0.66 0.66 0.18
HSL 0.61% 0.55% -
HSV(B) 0.66% 0.82% -
XYZ 29.97 18.66 7.98 -
YUV 112.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 210 71 71 0 0.66 0.66 0.18 0 0.61 0.55
Hex D2 47 47 0 42 42 12 0 3D 37
Octal 322 107 107 0 102 102 22 0 75 67
Binary 11010010 1000111 1000111 0 1000010 1000010 10010 0 111101 110111

Color Harmonies of #D24747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24747

Black with #D24747

Text Example


Text Example

White with #D24747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24747; }

 p { color: rgb(210,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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