Html Css Color HEX #D45F53 Valencia

📋 copy color: '#D45F53'

red 212 ◦ green 95 ◦ blue 83

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

Shades of Valencia #D45F53

Tints of Valencia #D45F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 54.36%
G = 24.36%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D45F53 (or 0xD45F53) is known color: Valencia. HEX triplet: D4, 5F and 53. RGB value is (212,95,83). Sum of RGB (Red+Green+Blue) = 212+95+83=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F53 is #2BA0AC. Grayscale: #808080. Windows color (decimal): -2859181 or 5464020. OLE color: 5464020.

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

Color convert

RGB 212 95 83 -
CMYK 0 0.55 0.61 0.17
HSL 5.58º 0.6% 0.58% -
HSV(B) 5.58º 0.61% 0.83% -
XYZ 32.8 22.81 10.86 -
YUV 128.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 212 95 83 0 0.55 0.61 0.17 5.58 0.6 0.58
Hex D4 5F 53 0 37 3D 11 6 3C 3A
Octal 324 137 123 0 67 75 21 6 74 72
Binary 11010100 1011111 1010011 0 110111 111101 10001 110 111100 111010

Color Harmonies of #D45F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F53

Black with #D45F53

Text Example


Text Example

White with #D45F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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