Html Css Color HEX #D54C46 Valencia

📋 copy color: '#D54C46'

red 213 ◦ green 76 ◦ blue 70

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

Shades of Valencia #D54C46

Tints of Valencia #D54C46

RGB

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

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

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

R = 59.33%
G = 21.17%
B = 19.5%

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

#D54C46 (or 0xD54C46) is known color: Valencia. HEX triplet: D5, 4C and 46. RGB value is (213,76,70). Sum of RGB (Red+Green+Blue) = 213+76+70=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C46 is #2AB3B9. Grayscale: #747474. Windows color (decimal): -2798522 or 4607189. OLE color: 4607189.

HSL color Cylindrical-coordinate representation of color #D54C46: hue angle of 2.52º 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 #D54C46 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 70 -
CMYK 0 0.64 0.67 0.16
HSL 2.52º 0.63% 0.55% -
HSV(B) 2.52º 0.67% 0.84% -
XYZ 31.13 19.76 7.97 -
YUV 116.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 213 76 70 0 0.64 0.67 0.16 2.52 0.63 0.55
Hex D5 4C 46 0 40 43 10 3 3F 37
Octal 325 114 106 0 100 103 20 3 77 67
Binary 11010101 1001100 1000110 0 1000000 1000011 10000 11 111111 110111

Color Harmonies of #D54C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C46

Black with #D54C46

Text Example


Text Example

White with #D54C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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