Html Css Color HEX #D54C3F Valencia

📋 copy color: '#D54C3F'

red 213 ◦ green 76 ◦ blue 63

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

Shades of Valencia #D54C3F

Tints of Valencia #D54C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 63 (25% from 255) = 17.9%

R = 60.51%
G = 21.59%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54C3F (or 0xD54C3F) is known color: Valencia. HEX triplet: D5, 4C and 3F. RGB value is (213,76,63). Sum of RGB (Red+Green+Blue) = 213+76+63=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C3F is #2AB3C0. Grayscale: #737373. Windows color (decimal): -2798529 or 4148437. OLE color: 4148437.

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

Color convert

RGB 213 76 63 -
CMYK 0 0.64 0.70 0.16
HSL 5.2º 0.64% 0.54% -
HSV(B) 5.2º 0.7% 0.84% -
XYZ 30.92 19.67 6.87 -
YUV 115.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 213 76 63 0 0.64 0.70 0.16 5.2 0.64 0.54
Hex D5 4C 3F 0 40 46 10 5 40 36
Octal 325 114 77 0 100 106 20 5 100 66
Binary 11010101 1001100 111111 0 1000000 1000110 10000 101 1000000 110110

Color Harmonies of #D54C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C3F

Black with #D54C3F

Text Example


Text Example

White with #D54C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C3F; }

 p { color: rgb(213,76,63); }

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

background-color css

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

 a { background-color: rgb(213,76,63); }

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

border-color css

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

 span { border-color: rgb(213,76,63); }

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