Html Css Color HEX #D54646 Valencia

📋 copy color: '#D54646'

red 213 ◦ green 70 ◦ blue 70

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

Shades of Valencia #D54646

Tints of Valencia #D54646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 60.34%
G = 19.83%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54646 (or 0xD54646) is known color: Valencia. HEX triplet: D5, 46 and 46. RGB value is (213,70,70). Sum of RGB (Red+Green+Blue) = 213+70+70=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D54646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54646 is #2AB9B9. Grayscale: #707070. Windows color (decimal): -2800058 or 4605653. OLE color: 4605653.

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

Color convert

RGB 213 70 70 -
CMYK 0 0.67 0.67 0.16
HSL 0.63% 0.55% -
HSV(B) 0.67% 0.84% -
XYZ 30.74 18.97 7.84 -
YUV 112.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 213 70 70 0 0.67 0.67 0.16 0 0.63 0.55
Hex D5 46 46 0 43 43 10 0 3F 37
Octal 325 106 106 0 103 103 20 0 77 67
Binary 11010101 1000110 1000110 0 1000011 1000011 10000 0 111111 110111

Color Harmonies of #D54646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54646

Black with #D54646

Text Example


Text Example

White with #D54646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54646; }

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

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

background-color css

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

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

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

border-color css

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

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

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