Html Css Color HEX #D54942 Valencia

📋 copy color: '#D54942'

red 213 ◦ green 73 ◦ blue 66

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

Shades of Valencia #D54942

Tints of Valencia #D54942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 60.51%
G = 20.74%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54942 (or 0xD54942) is known color: Valencia. HEX triplet: D5, 49 and 42. RGB value is (213,73,66). Sum of RGB (Red+Green+Blue) = 213+73+66=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D54942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54942 is #2AB6BD. Grayscale: #727272. Windows color (decimal): -2799294 or 4344277. OLE color: 4344277.

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

Color convert

RGB 213 73 66 -
CMYK 0 0.66 0.69 0.16
HSL 2.86º 0.64% 0.55% -
HSV(B) 2.86º 0.69% 0.84% -
XYZ 30.81 19.3 7.26 -
YUV 114.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 213 73 66 0 0.66 0.69 0.16 2.86 0.64 0.55
Hex D5 49 42 0 42 45 10 3 40 37
Octal 325 111 102 0 102 105 20 3 100 67
Binary 11010101 1001001 1000010 0 1000010 1000101 10000 11 1000000 110111

Color Harmonies of #D54942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54942

Black with #D54942

Text Example


Text Example

White with #D54942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54942; }

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

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

background-color css

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

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

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

border-color css

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

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

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