Html Css Color HEX #D24949 Valencia

📋 copy color: '#D24949'

red 210 ◦ green 73 ◦ blue 73

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

Shades of Valencia #D24949

Tints of Valencia #D24949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 58.99%
G = 20.51%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D24949 (or 0xD24949) is known color: Valencia. HEX triplet: D2, 49 and 49. RGB value is (210,73,73). Sum of RGB (Red+Green+Blue) = 210+73+73=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D24949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24949 is #2DB6B6. Grayscale: #727272. Windows color (decimal): -2995895 or 4803026. OLE color: 4803026.

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

Color convert

RGB 210 73 73 -
CMYK 0 0.65 0.65 0.18
HSL 0.6% 0.55% -
HSV(B) 0.65% 0.82% -
XYZ 30.16 18.95 8.37 -
YUV 113.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 210 73 73 0 0.65 0.65 0.18 0 0.6 0.55
Hex D2 49 49 0 41 41 12 0 3C 37
Octal 322 111 111 0 101 101 22 0 74 67
Binary 11010010 1001001 1001001 0 1000001 1000001 10010 0 111100 110111

Color Harmonies of #D24949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24949

Black with #D24949

Text Example


Text Example

White with #D24949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24949; }

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

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

background-color css

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

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

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

border-color css

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

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

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