Html Css Color HEX #D24848 Valencia

📋 copy color: '#D24848'

red 210 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D24848

Tints of Valencia #D24848

RGB

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

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

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

R = 59.32%
G = 20.34%
B = 20.34%

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

#D24848 (or 0xD24848) is known color: Valencia. HEX triplet: D2, 48 and 48. RGB value is (210,72,72). Sum of RGB (Red+Green+Blue) = 210+72+72=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D24848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24848 is #2DB7B7. Grayscale: #717171. Windows color (decimal): -2996152 or 4737234. OLE color: 4737234.

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

Color convert

RGB 210 72 72 -
CMYK 0 0.66 0.66 0.18
HSL 0.61% 0.55% -
HSV(B) 0.66% 0.82% -
XYZ 30.07 18.8 8.18 -
YUV 113.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 210 72 72 0 0.66 0.66 0.18 0 0.61 0.55
Hex D2 48 48 0 42 42 12 0 3D 37
Octal 322 110 110 0 102 102 22 0 75 67
Binary 11010010 1001000 1001000 0 1000010 1000010 10010 0 111101 110111

Color Harmonies of #D24848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24848

Black with #D24848

Text Example


Text Example

White with #D24848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24848; }

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

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

background-color css

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

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

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

border-color css

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

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

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