Html Css Color HEX #D54D43 Valencia

📋 copy color: '#D54D43'

red 213 ◦ green 77 ◦ blue 67

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

Shades of Valencia #D54D43

Tints of Valencia #D54D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 59.66%
G = 21.57%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54D43 (or 0xD54D43) is known color: Valencia. HEX triplet: D5, 4D and 43. RGB value is (213,77,67). Sum of RGB (Red+Green+Blue) = 213+77+67=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D43 is #2AB2BC. Grayscale: #747474. Windows color (decimal): -2798269 or 4410837. OLE color: 4410837.

HSL color Cylindrical-coordinate representation of color #D54D43: hue angle of 4.11º degrees, saturation: 0.63, 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 #D54D43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 67 -
CMYK 0 0.64 0.69 0.16
HSL 4.11º 0.63% 0.55% -
HSV(B) 4.11º 0.69% 0.84% -
XYZ 31.11 19.86 7.5 -
YUV 116.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 213 77 67 0 0.64 0.69 0.16 4.11 0.63 0.55
Hex D5 4D 43 0 40 45 10 4 3F 37
Octal 325 115 103 0 100 105 20 4 77 67
Binary 11010101 1001101 1000011 0 1000000 1000101 10000 100 111111 110111

Color Harmonies of #D54D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D43

Black with #D54D43

Text Example


Text Example

White with #D54D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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