Html Css Color HEX #D54944 Valencia

📋 copy color: '#D54944'

red 213 ◦ green 73 ◦ blue 68

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

Shades of Valencia #D54944

Tints of Valencia #D54944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

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

R = 60.17%
G = 20.62%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D54944 (or 0xD54944) is known color: Valencia. HEX triplet: D5, 49 and 44. RGB value is (213,73,68). Sum of RGB (Red+Green+Blue) = 213+73+68=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D54944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54944 is #2AB6BB. Grayscale: #727272. Windows color (decimal): -2799292 or 4475349. OLE color: 4475349.

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

Color convert

RGB 213 73 68 -
CMYK 0 0.66 0.68 0.16
HSL 2.07º 0.63% 0.55% -
HSV(B) 2.07º 0.68% 0.84% -
XYZ 30.87 19.33 7.57 -
YUV 114.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 213 73 68 0 0.66 0.68 0.16 2.07 0.63 0.55
Hex D5 49 44 0 42 44 10 2 3F 37
Octal 325 111 104 0 102 104 20 2 77 67
Binary 11010101 1001001 1000100 0 1000010 1000100 10000 10 111111 110111

Color Harmonies of #D54944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54944

Black with #D54944

Text Example


Text Example

White with #D54944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54944; }

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

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

background-color css

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

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

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

border-color css

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

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

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