Html Css Color HEX #D54742 Valencia

📋 copy color: '#D54742'

red 213 ◦ green 71 ◦ blue 66

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

Shades of Valencia #D54742

Tints of Valencia #D54742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 60.86%
G = 20.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54742 (or 0xD54742) is known color: Valencia. HEX triplet: D5, 47 and 42. RGB value is (213,71,66). Sum of RGB (Red+Green+Blue) = 213+71+66=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54742 is #2AB8BD. Grayscale: #717171. Windows color (decimal): -2799806 or 4343765. OLE color: 4343765.

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

Color convert

RGB 213 71 66 -
CMYK 0 0.67 0.69 0.16
HSL 2.04º 0.64% 0.55% -
HSV(B) 2.04º 0.69% 0.84% -
XYZ 30.68 19.05 7.21 -
YUV 112.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 213 71 66 0 0.67 0.69 0.16 2.04 0.64 0.55
Hex D5 47 42 0 43 45 10 2 40 37
Octal 325 107 102 0 103 105 20 2 100 67
Binary 11010101 1000111 1000010 0 1000011 1000101 10000 10 1000000 110111

Color Harmonies of #D54742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54742

Black with #D54742

Text Example


Text Example

White with #D54742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54742; }

 p { color: rgb(213,71,66); }

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

background-color css

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

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

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

border-color css

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

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

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