Html Css Color HEX #D55252 Valencia

📋 copy color: '#D55252'

red 213 ◦ green 82 ◦ blue 82

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

Shades of Valencia #D55252

Tints of Valencia #D55252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 56.5%
G = 21.75%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55252 (or 0xD55252) is known color: Valencia. HEX triplet: D5, 52 and 52. RGB value is (213,82,82). Sum of RGB (Red+Green+Blue) = 213+82+82=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D55252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55252 is #2AADAD. Grayscale: #797979. Windows color (decimal): -2796974 or 5395157. OLE color: 5395157.

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

Color convert

RGB 213 82 82 -
CMYK 0 0.62 0.62 0.16
HSL 0.61% 0.58% -
HSV(B) 0.62% 0.84% -
XYZ 31.98 20.79 10.31 -
YUV 121.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 213 82 82 0 0.62 0.62 0.16 0 0.61 0.58
Hex D5 52 52 0 3E 3E 10 0 3D 3A
Octal 325 122 122 0 76 76 20 0 75 72
Binary 11010101 1010010 1010010 0 111110 111110 10000 0 111101 111010

Color Harmonies of #D55252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55252

Black with #D55252

Text Example


Text Example

White with #D55252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55252; }

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

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

background-color css

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

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

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

border-color css

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

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

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