Html Css Color HEX #D24C48 Valencia

📋 copy color: '#D24C48'

red 210 ◦ green 76 ◦ blue 72

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

Shades of Valencia #D24C48

Tints of Valencia #D24C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 58.66%
G = 21.23%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D24C48 (or 0xD24C48) is known color: Valencia. HEX triplet: D2, 4C and 48. RGB value is (210,76,72). Sum of RGB (Red+Green+Blue) = 210+76+72=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C48 is #2DB3B7. Grayscale: #737373. Windows color (decimal): -2995128 or 4738258. OLE color: 4738258.

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

Color convert

RGB 210 76 72 -
CMYK 0 0.64 0.66 0.18
HSL 1.74º 0.61% 0.55% -
HSV(B) 1.74º 0.66% 0.82% -
XYZ 30.33 19.34 8.26 -
YUV 115.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 210 76 72 0 0.64 0.66 0.18 1.74 0.61 0.55
Hex D2 4C 48 0 40 42 12 2 3D 37
Octal 322 114 110 0 100 102 22 2 75 67
Binary 11010010 1001100 1001000 0 1000000 1000010 10010 10 111101 110111

Color Harmonies of #D24C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C48

Black with #D24C48

Text Example


Text Example

White with #D24C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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