Html Css Color HEX #D55450 Valencia

📋 copy color: '#D55450'

red 213 ◦ green 84 ◦ blue 80

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

Shades of Valencia #D55450

Tints of Valencia #D55450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 56.5%
G = 22.28%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55450 (or 0xD55450) is known color: Valencia. HEX triplet: D5, 54 and 50. RGB value is (213,84,80). Sum of RGB (Red+Green+Blue) = 213+84+80=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D55450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55450 is #2AABAF. Grayscale: #7A7A7A. Windows color (decimal): -2796464 or 5264597. OLE color: 5264597.

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

Color convert

RGB 213 84 80 -
CMYK 0 0.61 0.62 0.16
HSL 1.8º 0.61% 0.57% -
HSV(B) 1.8º 0.62% 0.84% -
XYZ 32.06 21.07 9.97 -
YUV 122.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 213 84 80 0 0.61 0.62 0.16 1.8 0.61 0.57
Hex D5 54 50 0 3D 3E 10 2 3D 39
Octal 325 124 120 0 75 76 20 2 75 71
Binary 11010101 1010100 1010000 0 111101 111110 10000 10 111101 111001

Color Harmonies of #D55450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55450

Black with #D55450

Text Example


Text Example

White with #D55450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55450; }

 p { color: rgb(213,84,80); }

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

background-color css

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

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

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

border-color css

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

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

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