Html Css Color HEX #D45352 Valencia

📋 copy color: '#D45352'

red 212 ◦ green 83 ◦ blue 82

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

Shades of Valencia #D45352

Tints of Valencia #D45352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 56.23%
G = 22.02%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D45352 (or 0xD45352) is known color: Valencia. HEX triplet: D4, 53 and 52. RGB value is (212,83,82). Sum of RGB (Red+Green+Blue) = 212+83+82=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D45352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45352 is #2BACAD. Grayscale: #797979. Windows color (decimal): -2862254 or 5395412. OLE color: 5395412.

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

Color convert

RGB 212 83 82 -
CMYK 0 0.61 0.61 0.17
HSL 0.46º 0.6% 0.58% -
HSV(B) 0.46º 0.61% 0.83% -
XYZ 31.77 20.79 10.32 -
YUV 121.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 212 83 82 0 0.61 0.61 0.17 0.46 0.6 0.58
Hex D4 53 52 0 3D 3D 11 0 3C 3A
Octal 324 123 122 0 75 75 21 0 74 72
Binary 11010100 1010011 1010010 0 111101 111101 10001 0 111100 111010

Color Harmonies of #D45352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45352

Black with #D45352

Text Example


Text Example

White with #D45352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45352; }

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

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

background-color css

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

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

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

border-color css

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

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

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