Html Css Color HEX #D24E4A Valencia

📋 copy color: '#D24E4A'

red 210 ◦ green 78 ◦ blue 74

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

Shades of Valencia #D24E4A

Tints of Valencia #D24E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 58.01%
G = 21.55%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D24E4A (or 0xD24E4A) is known color: Valencia. HEX triplet: D2, 4E and 4A. RGB value is (210,78,74). Sum of RGB (Red+Green+Blue) = 210+78+74=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24E4A is #2DB1B5. Grayscale: #757575. Windows color (decimal): -2994614 or 4869842. OLE color: 4869842.

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

Color convert

RGB 210 78 74 -
CMYK 0 0.63 0.65 0.18
HSL 1.76º 0.6% 0.56% -
HSV(B) 1.76º 0.65% 0.82% -
XYZ 30.54 19.64 8.66 -
YUV 117.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 210 78 74 0 0.63 0.65 0.18 1.76 0.6 0.56
Hex D2 4E 4A 0 3F 41 12 2 3C 38
Octal 322 116 112 0 77 101 22 2 74 70
Binary 11010010 1001110 1001010 0 111111 1000001 10010 10 111100 111000

Color Harmonies of #D24E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E4A

Black with #D24E4A

Text Example


Text Example

White with #D24E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E4A; }

 p { color: rgb(210,78,74); }

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

background-color css

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

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

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

border-color css

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

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

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