Html Css Color HEX #D54C40 Valencia

📋 copy color: '#D54C40'

red 213 ◦ green 76 ◦ blue 64

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

Shades of Valencia #D54C40

Tints of Valencia #D54C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 60.34%
G = 21.53%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54C40 (or 0xD54C40) is known color: Valencia. HEX triplet: D5, 4C and 40. RGB value is (213,76,64). Sum of RGB (Red+Green+Blue) = 213+76+64=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C40 is #2AB3BF. Grayscale: #737373. Windows color (decimal): -2798528 or 4213973. OLE color: 4213973.

HSL color Cylindrical-coordinate representation of color #D54C40: hue angle of 4.83º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54C40 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 64 -
CMYK 0 0.64 0.70 0.16
HSL 4.83º 0.64% 0.54% -
HSV(B) 4.83º 0.7% 0.84% -
XYZ 30.95 19.69 7.02 -
YUV 115.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 213 76 64 0 0.64 0.70 0.16 4.83 0.64 0.54
Hex D5 4C 40 0 40 46 10 5 40 36
Octal 325 114 100 0 100 106 20 5 100 66
Binary 11010101 1001100 1000000 0 1000000 1000110 10000 101 1000000 110110

Color Harmonies of #D54C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C40

Black with #D54C40

Text Example


Text Example

White with #D54C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C40; }

 p { color: rgb(213,76,64); }

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

background-color css

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

 a { background-color: rgb(213,76,64); }

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

border-color css

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

 span { border-color: rgb(213,76,64); }

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