Html Css Color HEX #D45752 Valencia

📋 copy color: '#D45752'

red 212 ◦ green 87 ◦ blue 82

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

Shades of Valencia #D45752

Tints of Valencia #D45752

RGB

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

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

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

R = 55.64%
G = 22.83%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D45752 (or 0xD45752) is known color: Valencia. HEX triplet: D4, 57 and 52. RGB value is (212,87,82). Sum of RGB (Red+Green+Blue) = 212+87+82=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D45752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45752 is #2BA8AD. Grayscale: #7B7B7B. Windows color (decimal): -2861230 or 5396436. OLE color: 5396436.

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

Color convert

RGB 212 87 82 -
CMYK 0 0.59 0.61 0.17
HSL 2.31º 0.6% 0.58% -
HSV(B) 2.31º 0.61% 0.83% -
XYZ 32.08 21.42 10.43 -
YUV 123.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 212 87 82 0 0.59 0.61 0.17 2.31 0.6 0.58
Hex D4 57 52 0 3B 3D 11 2 3C 3A
Octal 324 127 122 0 73 75 21 2 74 72
Binary 11010100 1010111 1010010 0 111011 111101 10001 10 111100 111010

Color Harmonies of #D45752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45752

Black with #D45752

Text Example


Text Example

White with #D45752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45752; }

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

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

background-color css

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

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

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

border-color css

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

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

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