Html Css Color HEX #D24743 Valencia

📋 copy color: '#D24743'

red 210 ◦ green 71 ◦ blue 67

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

Shades of Valencia #D24743

Tints of Valencia #D24743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 60.34%
G = 20.4%
B = 19.25%

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

#D24743 (or 0xD24743) is known color: Valencia. HEX triplet: D2, 47 and 43. RGB value is (210,71,67). Sum of RGB (Red+Green+Blue) = 210+71+67=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D24743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24743 is #2DB8BC. Grayscale: #707070. Windows color (decimal): -2996413 or 4409298. OLE color: 4409298.

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

Color convert

RGB 210 71 67 -
CMYK 0 0.66 0.68 0.18
HSL 1.68º 0.61% 0.54% -
HSV(B) 1.68º 0.68% 0.82% -
XYZ 29.84 18.61 7.33 -
YUV 112.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 210 71 67 0 0.66 0.68 0.18 1.68 0.61 0.54
Hex D2 47 43 0 42 44 12 2 3D 36
Octal 322 107 103 0 102 104 22 2 75 66
Binary 11010010 1000111 1000011 0 1000010 1000100 10010 10 111101 110110

Color Harmonies of #D24743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24743

Black with #D24743

Text Example


Text Example

White with #D24743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24743; }

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

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

background-color css

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

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

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

border-color css

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

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

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