Html Css Color HEX #D24941 Valencia

📋 copy color: '#D24941'

red 210 ◦ green 73 ◦ blue 65

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

Shades of Valencia #D24941

Tints of Valencia #D24941

RGB

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

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

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

R = 60.34%
G = 20.98%
B = 18.68%

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

#D24941 (or 0xD24941) is known color: Valencia. HEX triplet: D2, 49 and 41. RGB value is (210,73,65). Sum of RGB (Red+Green+Blue) = 210+73+65=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D24941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24941 is #2DB6BE. Grayscale: #717171. Windows color (decimal): -2995903 or 4278738. OLE color: 4278738.

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

Color convert

RGB 210 73 65 -
CMYK 0 0.65 0.69 0.18
HSL 3.31º 0.62% 0.54% -
HSV(B) 3.31º 0.69% 0.82% -
XYZ 29.92 18.85 7.06 -
YUV 113.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 210 73 65 0 0.65 0.69 0.18 3.31 0.62 0.54
Hex D2 49 41 0 41 45 12 3 3E 36
Octal 322 111 101 0 101 105 22 3 76 66
Binary 11010010 1001001 1000001 0 1000001 1000101 10010 11 111110 110110

Color Harmonies of #D24941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24941

Black with #D24941

Text Example


Text Example

White with #D24941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24941; }

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

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

background-color css

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

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

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

border-color css

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

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

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