Html Css Color HEX #D55852 Valencia

📋 copy color: '#D55852'

red 213 ◦ green 88 ◦ blue 82

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

Shades of Valencia #D55852

Tints of Valencia #D55852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

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

R = 55.61%
G = 22.98%
B = 21.41%

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

#D55852 (or 0xD55852) is known color: Valencia. HEX triplet: D5, 58 and 52. RGB value is (213,88,82). Sum of RGB (Red+Green+Blue) = 213+88+82=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55852 is #2AA7AD. Grayscale: #7C7C7C. Windows color (decimal): -2795438 or 5396693. OLE color: 5396693.

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

Color convert

RGB 213 88 82 -
CMYK 0 0.59 0.62 0.16
HSL 2.75º 0.61% 0.58% -
HSV(B) 2.75º 0.62% 0.84% -
XYZ 32.45 21.73 10.47 -
YUV 124.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 213 88 82 0 0.59 0.62 0.16 2.75 0.61 0.58
Hex D5 58 52 0 3B 3E 10 3 3D 3A
Octal 325 130 122 0 73 76 20 3 75 72
Binary 11010101 1011000 1010010 0 111011 111110 10000 11 111101 111010

Color Harmonies of #D55852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55852

Black with #D55852

Text Example


Text Example

White with #D55852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55852; }

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

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

background-color css

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

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

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

border-color css

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

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

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