Html Css Color HEX #D54544 Valencia

📋 copy color: '#D54544'

red 213 ◦ green 69 ◦ blue 68

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

Shades of Valencia #D54544

Tints of Valencia #D54544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 60.86%
G = 19.71%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D54544 (or 0xD54544) is known color: Valencia. HEX triplet: D5, 45 and 44. RGB value is (213,69,68). Sum of RGB (Red+Green+Blue) = 213+69+68=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54544 is #2ABABB. Grayscale: #707070. Windows color (decimal): -2800316 or 4474325. OLE color: 4474325.

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

Color convert

RGB 213 69 68 -
CMYK 0 0.68 0.68 0.16
HSL 0.41º 0.63% 0.55% -
HSV(B) 0.41º 0.68% 0.84% -
XYZ 30.61 18.82 7.49 -
YUV 111.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 213 69 68 0 0.68 0.68 0.16 0.41 0.63 0.55
Hex D5 45 44 0 44 44 10 0 3F 37
Octal 325 105 104 0 104 104 20 0 77 67
Binary 11010101 1000101 1000100 0 1000100 1000100 10000 0 111111 110111

Color Harmonies of #D54544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54544

Black with #D54544

Text Example


Text Example

White with #D54544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54544; }

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

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

background-color css

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

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

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

border-color css

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

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

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