Html Css Color HEX #D54D44 Valencia

📋 copy color: '#D54D44'

red 213 ◦ green 77 ◦ blue 68

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

Shades of Valencia #D54D44

Tints of Valencia #D54D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 59.5%
G = 21.51%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D54D44 (or 0xD54D44) is known color: Valencia. HEX triplet: D5, 4D and 44. RGB value is (213,77,68). Sum of RGB (Red+Green+Blue) = 213+77+68=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D44 is #2AB2BB. Grayscale: #747474. Windows color (decimal): -2798268 or 4476373. OLE color: 4476373.

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

Color convert

RGB 213 77 68 -
CMYK 0 0.64 0.68 0.16
HSL 3.72º 0.63% 0.55% -
HSV(B) 3.72º 0.68% 0.84% -
XYZ 31.14 19.87 7.66 -
YUV 116.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 213 77 68 0 0.64 0.68 0.16 3.72 0.63 0.55
Hex D5 4D 44 0 40 44 10 4 3F 37
Octal 325 115 104 0 100 104 20 4 77 67
Binary 11010101 1001101 1000100 0 1000000 1000100 10000 100 111111 110111

Color Harmonies of #D54D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D44

Black with #D54D44

Text Example


Text Example

White with #D54D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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