Html Css Color HEX #D55652 Valencia

📋 copy color: '#D55652'

red 213 ◦ green 86 ◦ blue 82

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

Shades of Valencia #D55652

Tints of Valencia #D55652

RGB

 RED value IS 213 (83.59% from 255) = 55.91%

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

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 55.91%
G = 22.57%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55652 (or 0xD55652) is known color: Valencia. HEX triplet: D5, 56 and 52. RGB value is (213,86,82). Sum of RGB (Red+Green+Blue) = 213+86+82=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D55652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55652 is #2AA9AD. Grayscale: #7B7B7B. Windows color (decimal): -2795950 or 5396181. OLE color: 5396181.

HSL color Cylindrical-coordinate representation of color #D55652: hue angle of 1.83º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55652 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 82 -
CMYK 0 0.60 0.62 0.16
HSL 1.83º 0.61% 0.58% -
HSV(B) 1.83º 0.62% 0.84% -
XYZ 32.29 21.41 10.41 -
YUV 123.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 213 86 82 0 0.60 0.62 0.16 1.83 0.61 0.58
Hex D5 56 52 0 3C 3E 10 2 3D 3A
Octal 325 126 122 0 74 76 20 2 75 72
Binary 11010101 1010110 1010010 0 111100 111110 10000 10 111101 111010

Color Harmonies of #D55652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55652

Black with #D55652

Text Example


Text Example

White with #D55652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55652; }

 p { color: rgb(213,86,82); }

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

background-color css

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

 a { background-color: rgb(213,86,82); }

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

border-color css

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

 span { border-color: rgb(213,86,82); }

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