Html Css Color HEX #D54D46 Valencia

📋 copy color: '#D54D46'

red 213 ◦ green 77 ◦ blue 70

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

Shades of Valencia #D54D46

Tints of Valencia #D54D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 59.17%
G = 21.39%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54D46 (or 0xD54D46) is known color: Valencia. HEX triplet: D5, 4D and 46. RGB value is (213,77,70). Sum of RGB (Red+Green+Blue) = 213+77+70=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D46 is #2AB2B9. Grayscale: #757575. Windows color (decimal): -2798266 or 4607445. OLE color: 4607445.

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

Color convert

RGB 213 77 70 -
CMYK 0 0.64 0.67 0.16
HSL 2.94º 0.63% 0.55% -
HSV(B) 2.94º 0.67% 0.84% -
XYZ 31.2 19.9 7.99 -
YUV 116.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 213 77 70 0 0.64 0.67 0.16 2.94 0.63 0.55
Hex D5 4D 46 0 40 43 10 3 3F 37
Octal 325 115 106 0 100 103 20 3 77 67
Binary 11010101 1001101 1000110 0 1000000 1000011 10000 11 111111 110111

Color Harmonies of #D54D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D46

Black with #D54D46

Text Example


Text Example

White with #D54D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D46; }

 p { color: rgb(213,77,70); }

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

background-color css

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

 a { background-color: rgb(213,77,70); }

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

border-color css

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

 span { border-color: rgb(213,77,70); }

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