Html Css Color HEX #D24A41 Valencia

📋 copy color: '#D24A41'

red 210 ◦ green 74 ◦ blue 65

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

Shades of Valencia #D24A41

Tints of Valencia #D24A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 60.17%
G = 21.2%
B = 18.62%

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

#D24A41 (or 0xD24A41) is known color: Valencia. HEX triplet: D2, 4A and 41. RGB value is (210,74,65). Sum of RGB (Red+Green+Blue) = 210+74+65=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A41 is #2DB5BE. Grayscale: #717171. Windows color (decimal): -2995647 or 4278994. OLE color: 4278994.

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

Color convert

RGB 210 74 65 -
CMYK 0 0.65 0.69 0.18
HSL 3.72º 0.62% 0.54% -
HSV(B) 3.72º 0.69% 0.82% -
XYZ 29.98 18.98 7.08 -
YUV 113.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 210 74 65 0 0.65 0.69 0.18 3.72 0.62 0.54
Hex D2 4A 41 0 41 45 12 4 3E 36
Octal 322 112 101 0 101 105 22 4 76 66
Binary 11010010 1001010 1000001 0 1000001 1000101 10010 100 111110 110110

Color Harmonies of #D24A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A41

Black with #D24A41

Text Example


Text Example

White with #D24A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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