Html Css Color HEX #D24C42 Valencia

📋 copy color: '#D24C42'

red 210 ◦ green 76 ◦ blue 66

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

Shades of Valencia #D24C42

Tints of Valencia #D24C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 59.66%
G = 21.59%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24C42 (or 0xD24C42) is known color: Valencia. HEX triplet: D2, 4C and 42. RGB value is (210,76,66). Sum of RGB (Red+Green+Blue) = 210+76+66=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C42 is #2DB3BD. Grayscale: #737373. Windows color (decimal): -2995134 or 4345042. OLE color: 4345042.

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

Color convert

RGB 210 76 66 -
CMYK 0 0.64 0.69 0.18
HSL 4.17º 0.62% 0.54% -
HSV(B) 4.17º 0.69% 0.82% -
XYZ 30.15 19.26 7.28 -
YUV 114.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 210 76 66 0 0.64 0.69 0.18 4.17 0.62 0.54
Hex D2 4C 42 0 40 45 12 4 3E 36
Octal 322 114 102 0 100 105 22 4 76 66
Binary 11010010 1001100 1000010 0 1000000 1000101 10010 100 111110 110110

Color Harmonies of #D24C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C42

Black with #D24C42

Text Example


Text Example

White with #D24C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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