Html Css Color HEX #D44E4A Valencia

📋 copy color: '#D44E4A'

red 212 ◦ green 78 ◦ blue 74

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

Shades of Valencia #D44E4A

Tints of Valencia #D44E4A

RGB

 RED value IS 212 (83.2% from 255) = 58.24%

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 58.24%
G = 21.43%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D44E4A (or 0xD44E4A) is known color: Valencia. HEX triplet: D4, 4E and 4A. RGB value is (212,78,74). Sum of RGB (Red+Green+Blue) = 212+78+74=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E4A is #2BB1B5. Grayscale: #757575. Windows color (decimal): -2863542 or 4869844. OLE color: 4869844.

HSL color Cylindrical-coordinate representation of color #D44E4A: hue angle of 1.74º degrees, saturation: 0.62, 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 #D44E4A is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 78 74 -
CMYK 0 0.63 0.65 0.17
HSL 1.74º 0.62% 0.56% -
HSV(B) 1.74º 0.65% 0.83% -
XYZ 31.11 19.94 8.69 -
YUV 117.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 212 78 74 0 0.63 0.65 0.17 1.74 0.62 0.56
Hex D4 4E 4A 0 3F 41 11 2 3E 38
Octal 324 116 112 0 77 101 21 2 76 70
Binary 11010100 1001110 1001010 0 111111 1000001 10001 10 111110 111000

Color Harmonies of #D44E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44E4A

Black with #D44E4A

Text Example


Text Example

White with #D44E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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