Html Css Color HEX #D54946 Valencia

📋 copy color: '#D54946'

red 213 ◦ green 73 ◦ blue 70

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

Shades of Valencia #D54946

Tints of Valencia #D54946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

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

R = 59.83%
G = 20.51%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54946 (or 0xD54946) is known color: Valencia. HEX triplet: D5, 49 and 46. RGB value is (213,73,70). Sum of RGB (Red+Green+Blue) = 213+73+70=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D54946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54946 is #2AB6B9. Grayscale: #727272. Windows color (decimal): -2799290 or 4606421. OLE color: 4606421.

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

Color convert

RGB 213 73 70 -
CMYK 0 0.66 0.67 0.16
HSL 1.26º 0.63% 0.55% -
HSV(B) 1.26º 0.67% 0.84% -
XYZ 30.93 19.35 7.9 -
YUV 114.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 213 73 70 0 0.66 0.67 0.16 1.26 0.63 0.55
Hex D5 49 46 0 42 43 10 1 3F 37
Octal 325 111 106 0 102 103 20 1 77 67
Binary 11010101 1001001 1000110 0 1000010 1000011 10000 1 111111 110111

Color Harmonies of #D54946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54946

Black with #D54946

Text Example


Text Example

White with #D54946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54946; }

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

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

background-color css

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

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

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

border-color css

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

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

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