Html Css Color HEX #D55E4B Valencia

📋 copy color: '#D55E4B'

red 213 ◦ green 94 ◦ blue 75

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

Shades of Valencia #D55E4B

Tints of Valencia #D55E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 55.76%
G = 24.61%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D55E4B (or 0xD55E4B) is known color: Valencia. HEX triplet: D5, 5E and 4B. RGB value is (213,94,75). Sum of RGB (Red+Green+Blue) = 213+94+75=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E4B is #2AA1B4. Grayscale: #7F7F7F. Windows color (decimal): -2793909 or 4939477. OLE color: 4939477.

HSL color Cylindrical-coordinate representation of color #D55E4B: hue angle of 8.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D55E4B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 75 -
CMYK 0 0.56 0.65 0.16
HSL 8.26º 0.62% 0.56% -
HSV(B) 8.26º 0.65% 0.84% -
XYZ 32.71 22.66 9.31 -
YUV 127.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 213 94 75 0 0.56 0.65 0.16 8.26 0.62 0.56
Hex D5 5E 4B 0 38 41 10 8 3E 38
Octal 325 136 113 0 70 101 20 10 76 70
Binary 11010101 1011110 1001011 0 111000 1000001 10000 1000 111110 111000

Color Harmonies of #D55E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E4B

Black with #D55E4B

Text Example


Text Example

White with #D55E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E4B; }

 p { color: rgb(213,94,75); }

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

background-color css

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

 a { background-color: rgb(213,94,75); }

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

border-color css

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

 span { border-color: rgb(213,94,75); }

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