Html Css Color HEX #D45653 Valencia

📋 copy color: '#D45653'

red 212 ◦ green 86 ◦ blue 83

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

Shades of Valencia #D45653

Tints of Valencia #D45653

RGB

 RED value IS 212 (83.2% from 255) = 55.64%

 GREEN value IS 86 (33.98% from 255) = 22.57%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 55.64%
G = 22.57%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D45653 (or 0xD45653) is known color: Valencia. HEX triplet: D4, 56 and 53. RGB value is (212,86,83). Sum of RGB (Red+Green+Blue) = 212+86+83=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D45653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45653 is #2BA9AC. Grayscale: #7B7B7B. Windows color (decimal): -2861485 or 5461716. OLE color: 5461716.

HSL color Cylindrical-coordinate representation of color #D45653: hue angle of 1.4º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45653 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 86 83 -
CMYK 0 0.59 0.61 0.17
HSL 1.4º 0.6% 0.58% -
HSV(B) 1.4º 0.61% 0.83% -
XYZ 32.04 21.28 10.6 -
YUV 123.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 212 86 83 0 0.59 0.61 0.17 1.4 0.6 0.58
Hex D4 56 53 0 3B 3D 11 1 3C 3A
Octal 324 126 123 0 73 75 21 1 74 72
Binary 11010100 1010110 1010011 0 111011 111101 10001 1 111100 111010

Color Harmonies of #D45653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45653

Black with #D45653

Text Example


Text Example

White with #D45653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45653; }

 p { color: rgb(212,86,83); }

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

background-color css

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

 a { background-color: rgb(212,86,83); }

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

border-color css

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

 span { border-color: rgb(212,86,83); }

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