Html Css Color HEX #D45350 Valencia

📋 copy color: '#D45350'

red 212 ◦ green 83 ◦ blue 80

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

Shades of Valencia #D45350

Tints of Valencia #D45350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 56.53%
G = 22.13%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D45350 (or 0xD45350) is known color: Valencia. HEX triplet: D4, 53 and 50. RGB value is (212,83,80). Sum of RGB (Red+Green+Blue) = 212+83+80=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D45350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45350 is #2BACAF. Grayscale: #797979. Windows color (decimal): -2862256 or 5264340. OLE color: 5264340.

HSL color Cylindrical-coordinate representation of color #D45350: hue angle of 1.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45350 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 83 80 -
CMYK 0 0.61 0.62 0.17
HSL 1.36º 0.61% 0.57% -
HSV(B) 1.36º 0.62% 0.83% -
XYZ 31.69 20.76 9.93 -
YUV 121.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 212 83 80 0 0.61 0.62 0.17 1.36 0.61 0.57
Hex D4 53 50 0 3D 3E 11 1 3D 39
Octal 324 123 120 0 75 76 21 1 75 71
Binary 11010100 1010011 1010000 0 111101 111110 10001 1 111101 111001

Color Harmonies of #D45350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45350

Black with #D45350

Text Example


Text Example

White with #D45350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45350; }

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

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

background-color css

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

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

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

border-color css

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

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

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