#D44E4B

Color #D44E4B Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D44E4B

Tints of Valencia #D44E4B

Color information

#D44E4B (or 0xD44E4B) is unknown color: approx Valencia. HEX triplet: D4, 4E and 4B. RGB value is (212,78,75). Sum of RGB (Red+Green+Blue) = 212+78+75=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E4B is #2BB1B4. Grayscale: #757575. Windows color (decimal): -2863541 or 4935380. OLE color: 4935380.

HSL color Cylindrical-coordinate representation of color #D44E4B: hue angle of 1.31º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44E4B is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB2127875-
CMYK00.630.650.17
HSL1.31º61.43%56.27%-
HSV(B)1.31º64.62%83.14%-
XYZ31.1519.958.87-
YUV117.72103.89195.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=58.08%
G=21.37%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212787500.630.650.171.3161.4356.27
HexD44E4B03F411113d38
Octal3241161130771012117570
Binary110101001001110100101101111111000001100011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44E4B; }

 p { color: rgb(212,78,75); }

 H1.HeaderClassName
 {
   color: #D44E4B;
 }
 .AnyTagClassName
 {
   color: #D44E4B;
 }
</style>
background-color css

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

 a { background-color: rgb(212,78,75); }

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

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

 span { border-color: rgb(212,78,75); }

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