Html Css Color HEX #D24948 Valencia

📋 copy color: '#D24948'

red 210 ◦ green 73 ◦ blue 72

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

Shades of Valencia #D24948

Tints of Valencia #D24948

RGB

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

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

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

R = 59.15%
G = 20.56%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D24948 (or 0xD24948) is known color: Valencia. HEX triplet: D2, 49 and 48. RGB value is (210,73,72). Sum of RGB (Red+Green+Blue) = 210+73+72=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D24948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24948 is #2DB6B7. Grayscale: #717171. Windows color (decimal): -2995896 or 4737490. OLE color: 4737490.

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

Color convert

RGB 210 73 72 -
CMYK 0 0.65 0.66 0.18
HSL 0.43º 0.61% 0.55% -
HSV(B) 0.43º 0.66% 0.82% -
XYZ 30.13 18.93 8.2 -
YUV 113.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 210 73 72 0 0.65 0.66 0.18 0.43 0.61 0.55
Hex D2 49 48 0 41 42 12 0 3D 37
Octal 322 111 110 0 101 102 22 0 75 67
Binary 11010010 1001001 1001000 0 1000001 1000010 10010 0 111101 110111

Color Harmonies of #D24948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24948

Black with #D24948

Text Example


Text Example

White with #D24948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24948; }

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

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

background-color css

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

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

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

border-color css

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

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

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