Html Css Color HEX #D55B4B Valencia

📋 copy color: '#D55B4B'

red 213 ◦ green 91 ◦ blue 75

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

Shades of Valencia #D55B4B

Tints of Valencia #D55B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

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

R = 56.2%
G = 24.01%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D55B4B (or 0xD55B4B) is known color: Valencia. HEX triplet: D5, 5B and 4B. RGB value is (213,91,75). Sum of RGB (Red+Green+Blue) = 213+91+75=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55B4B is #2AA4B4. Grayscale: #7D7D7D. Windows color (decimal): -2794677 or 4938709. OLE color: 4938709.

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

Color convert

RGB 213 91 75 -
CMYK 0 0.57 0.65 0.16
HSL 6.96º 0.62% 0.56% -
HSV(B) 6.96º 0.65% 0.84% -
XYZ 32.45 22.14 9.22 -
YUV 125.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 213 91 75 0 0.57 0.65 0.16 6.96 0.62 0.56
Hex D5 5B 4B 0 39 41 10 7 3E 38
Octal 325 133 113 0 71 101 20 7 76 70
Binary 11010101 1011011 1001011 0 111001 1000001 10000 111 111110 111000

Color Harmonies of #D55B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B4B

Black with #D55B4B

Text Example


Text Example

White with #D55B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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