Html Css Color HEX #D55752 Valencia

📋 copy color: '#D55752'

red 213 ◦ green 87 ◦ blue 82

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

Shades of Valencia #D55752

Tints of Valencia #D55752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

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

R = 55.76%
G = 22.77%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55752 (or 0xD55752) is known color: Valencia. HEX triplet: D5, 57 and 52. RGB value is (213,87,82). Sum of RGB (Red+Green+Blue) = 213+87+82=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55752 is #2AA8AD. Grayscale: #7C7C7C. Windows color (decimal): -2795694 or 5396437. OLE color: 5396437.

HSL color Cylindrical-coordinate representation of color #D55752: hue angle of 2.29º 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 #D55752 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 82 -
CMYK 0 0.59 0.62 0.16
HSL 2.29º 0.61% 0.58% -
HSV(B) 2.29º 0.62% 0.84% -
XYZ 32.37 21.57 10.44 -
YUV 124.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 213 87 82 0 0.59 0.62 0.16 2.29 0.61 0.58
Hex D5 57 52 0 3B 3E 10 2 3D 3A
Octal 325 127 122 0 73 76 20 2 75 72
Binary 11010101 1010111 1010010 0 111011 111110 10000 10 111101 111010

Color Harmonies of #D55752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55752

Black with #D55752

Text Example


Text Example

White with #D55752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55752; }

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

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

background-color css

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

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

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

border-color css

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

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

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