Html Css Color HEX #D24843 Valencia

📋 copy color: '#D24843'

red 210 ◦ green 72 ◦ blue 67

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

Shades of Valencia #D24843

Tints of Valencia #D24843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 60.17%
G = 20.63%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D24843 (or 0xD24843) is known color: Valencia. HEX triplet: D2, 48 and 43. RGB value is (210,72,67). Sum of RGB (Red+Green+Blue) = 210+72+67=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D24843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24843 is #2DB7BC. Grayscale: #707070. Windows color (decimal): -2996157 or 4409554. OLE color: 4409554.

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

Color convert

RGB 210 72 67 -
CMYK 0 0.66 0.68 0.18
HSL 2.1º 0.61% 0.54% -
HSV(B) 2.1º 0.68% 0.82% -
XYZ 29.91 18.74 7.35 -
YUV 112.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 210 72 67 0 0.66 0.68 0.18 2.1 0.61 0.54
Hex D2 48 43 0 42 44 12 2 3D 36
Octal 322 110 103 0 102 104 22 2 75 66
Binary 11010010 1001000 1000011 0 1000010 1000100 10010 10 111101 110110

Color Harmonies of #D24843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24843

Black with #D24843

Text Example


Text Example

White with #D24843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24843; }

 p { color: rgb(210,72,67); }

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

background-color css

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

 a { background-color: rgb(210,72,67); }

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

border-color css

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

 span { border-color: rgb(210,72,67); }

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