Html Css Color HEX #D54846 Valencia

📋 copy color: '#D54846'

red 213 ◦ green 72 ◦ blue 70

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

Shades of Valencia #D54846

Tints of Valencia #D54846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

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

R = 60%
G = 20.28%
B = 19.72%

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

#D54846 (or 0xD54846) is known color: Valencia. HEX triplet: D5, 48 and 46. RGB value is (213,72,70). Sum of RGB (Red+Green+Blue) = 213+72+70=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D54846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54846 is #2AB7B9. Grayscale: #727272. Windows color (decimal): -2799546 or 4606165. OLE color: 4606165.

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

Color convert

RGB 213 72 70 -
CMYK 0 0.66 0.67 0.16
HSL 0.84º 0.63% 0.55% -
HSV(B) 0.84º 0.67% 0.84% -
XYZ 30.86 19.22 7.88 -
YUV 113.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 213 72 70 0 0.66 0.67 0.16 0.84 0.63 0.55
Hex D5 48 46 0 42 43 10 1 3F 37
Octal 325 110 106 0 102 103 20 1 77 67
Binary 11010101 1001000 1000110 0 1000010 1000011 10000 1 111111 110111

Color Harmonies of #D54846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54846

Black with #D54846

Text Example


Text Example

White with #D54846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54846; }

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

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

background-color css

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

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

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

border-color css

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

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

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