Html Css Color HEX #D24942 Valencia

📋 copy color: '#D24942'

red 210 ◦ green 73 ◦ blue 66

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

Shades of Valencia #D24942

Tints of Valencia #D24942

RGB

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

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

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

R = 60.17%
G = 20.92%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24942 (or 0xD24942) is known color: Valencia. HEX triplet: D2, 49 and 42. RGB value is (210,73,66). Sum of RGB (Red+Green+Blue) = 210+73+66=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D24942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24942 is #2DB6BD. Grayscale: #717171. Windows color (decimal): -2995902 or 4344274. OLE color: 4344274.

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

Color convert

RGB 210 73 66 -
CMYK 0 0.65 0.69 0.18
HSL 2.92º 0.62% 0.54% -
HSV(B) 2.92º 0.69% 0.82% -
XYZ 29.94 18.86 7.22 -
YUV 113.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 210 73 66 0 0.65 0.69 0.18 2.92 0.62 0.54
Hex D2 49 42 0 41 45 12 3 3E 36
Octal 322 111 102 0 101 105 22 3 76 66
Binary 11010010 1001001 1000010 0 1000001 1000101 10010 11 111110 110110

Color Harmonies of #D24942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24942

Black with #D24942

Text Example


Text Example

White with #D24942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24942; }

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

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

background-color css

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

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

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

border-color css

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

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

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