Html Css Color HEX #D54D48 Valencia

📋 copy color: '#D54D48'

red 213 ◦ green 77 ◦ blue 72

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

Shades of Valencia #D54D48

Tints of Valencia #D54D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 58.84%
G = 21.27%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54D48 (or 0xD54D48) is known color: Valencia. HEX triplet: D5, 4D and 48. RGB value is (213,77,72). Sum of RGB (Red+Green+Blue) = 213+77+72=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D48 is #2AB2B7. Grayscale: #757575. Windows color (decimal): -2798264 or 4738517. OLE color: 4738517.

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

Color convert

RGB 213 77 72 -
CMYK 0 0.64 0.66 0.16
HSL 2.13º 0.63% 0.56% -
HSV(B) 2.13º 0.66% 0.84% -
XYZ 31.26 19.92 8.33 -
YUV 117.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 213 77 72 0 0.64 0.66 0.16 2.13 0.63 0.56
Hex D5 4D 48 0 40 42 10 2 3F 38
Octal 325 115 110 0 100 102 20 2 77 70
Binary 11010101 1001101 1001000 0 1000000 1000010 10000 10 111111 111000

Color Harmonies of #D54D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D48

Black with #D54D48

Text Example


Text Example

White with #D54D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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