Html Css Color HEX #D55042 Valencia

📋 copy color: '#D55042'

red 213 ◦ green 80 ◦ blue 66

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

Shades of Valencia #D55042

Tints of Valencia #D55042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

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

R = 59.33%
G = 22.28%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D55042 (or 0xD55042) is known color: Valencia. HEX triplet: D5, 50 and 42. RGB value is (213,80,66). Sum of RGB (Red+Green+Blue) = 213+80+66=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D55042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55042 is #2AAFBD. Grayscale: #767676. Windows color (decimal): -2797502 or 4346069. OLE color: 4346069.

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

Color convert

RGB 213 80 66 -
CMYK 0 0.62 0.69 0.16
HSL 5.71º 0.64% 0.55% -
HSV(B) 5.71º 0.69% 0.84% -
XYZ 31.29 20.28 7.42 -
YUV 118.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 213 80 66 0 0.62 0.69 0.16 5.71 0.64 0.55
Hex D5 50 42 0 3E 45 10 6 40 37
Octal 325 120 102 0 76 105 20 6 100 67
Binary 11010101 1010000 1000010 0 111110 1000101 10000 110 1000000 110111

Color Harmonies of #D55042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55042

Black with #D55042

Text Example


Text Example

White with #D55042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55042; }

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

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

background-color css

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

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

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

border-color css

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

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

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