Html Css Color HEX #D24C46 Valencia

📋 copy color: '#D24C46'

red 210 ◦ green 76 ◦ blue 70

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

Shades of Valencia #D24C46

Tints of Valencia #D24C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 58.99%
G = 21.35%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D24C46 (or 0xD24C46) is known color: Valencia. HEX triplet: D2, 4C and 46. RGB value is (210,76,70). Sum of RGB (Red+Green+Blue) = 210+76+70=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C46 is #2DB3B9. Grayscale: #737373. Windows color (decimal): -2995130 or 4607186. OLE color: 4607186.

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

Color convert

RGB 210 76 70 -
CMYK 0 0.64 0.67 0.18
HSL 2.57º 0.61% 0.55% -
HSV(B) 2.57º 0.67% 0.82% -
XYZ 30.27 19.31 7.93 -
YUV 115.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 210 76 70 0 0.64 0.67 0.18 2.57 0.61 0.55
Hex D2 4C 46 0 40 43 12 3 3D 37
Octal 322 114 106 0 100 103 22 3 75 67
Binary 11010010 1001100 1000110 0 1000000 1000011 10010 11 111101 110111

Color Harmonies of #D24C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C46

Black with #D24C46

Text Example


Text Example

White with #D24C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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