Html Css Color HEX #D54A41 Valencia

📋 copy color: '#D54A41'

red 213 ◦ green 74 ◦ blue 65

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

Shades of Valencia #D54A41

Tints of Valencia #D54A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 60.51%
G = 21.02%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54A41 (or 0xD54A41) is known color: Valencia. HEX triplet: D5, 4A and 41. RGB value is (213,74,65). Sum of RGB (Red+Green+Blue) = 213+74+65=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A41 is #2AB5BE. Grayscale: #727272. Windows color (decimal): -2799039 or 4278997. OLE color: 4278997.

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

Color convert

RGB 213 74 65 -
CMYK 0 0.65 0.69 0.16
HSL 3.65º 0.64% 0.55% -
HSV(B) 3.65º 0.69% 0.84% -
XYZ 30.84 19.43 7.12 -
YUV 114.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 213 74 65 0 0.65 0.69 0.16 3.65 0.64 0.55
Hex D5 4A 41 0 41 45 10 4 40 37
Octal 325 112 101 0 101 105 20 4 100 67
Binary 11010101 1001010 1000001 0 1000001 1000101 10000 100 1000000 110111

Color Harmonies of #D54A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A41

Black with #D54A41

Text Example


Text Example

White with #D54A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A41; }

 p { color: rgb(213,74,65); }

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

background-color css

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

 a { background-color: rgb(213,74,65); }

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

border-color css

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

 span { border-color: rgb(213,74,65); }

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