Html Css Color HEX #D54C42 Valencia

📋 copy color: '#D54C42'

red 213 ◦ green 76 ◦ blue 66

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

Shades of Valencia #D54C42

Tints of Valencia #D54C42

RGB

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

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

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

R = 60%
G = 21.41%
B = 18.59%

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

#D54C42 (or 0xD54C42) is known color: Valencia. HEX triplet: D5, 4C and 42. RGB value is (213,76,66). Sum of RGB (Red+Green+Blue) = 213+76+66=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C42 is #2AB3BD. Grayscale: #747474. Windows color (decimal): -2798526 or 4345045. OLE color: 4345045.

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

Color convert

RGB 213 76 66 -
CMYK 0 0.64 0.69 0.16
HSL 4.08º 0.64% 0.55% -
HSV(B) 4.08º 0.69% 0.84% -
XYZ 31.01 19.71 7.32 -
YUV 115.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 213 76 66 0 0.64 0.69 0.16 4.08 0.64 0.55
Hex D5 4C 42 0 40 45 10 4 40 37
Octal 325 114 102 0 100 105 20 4 100 67
Binary 11010101 1001100 1000010 0 1000000 1000101 10000 100 1000000 110111

Color Harmonies of #D54C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C42

Black with #D54C42

Text Example


Text Example

White with #D54C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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