Html Css Color HEX #D44A3F Valencia

📋 copy color: '#D44A3F'

red 212 ◦ green 74 ◦ blue 63

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

Shades of Valencia #D44A3F

Tints of Valencia #D44A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 60.74%
G = 21.2%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D44A3F (or 0xD44A3F) is known color: Valencia. HEX triplet: D4, 4A and 3F. RGB value is (212,74,63). Sum of RGB (Red+Green+Blue) = 212+74+63=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44A3F is #2BB5C0. Grayscale: #727272. Windows color (decimal): -2864577 or 4147924. OLE color: 4147924.

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

Color convert

RGB 212 74 63 -
CMYK 0 0.65 0.70 0.17
HSL 4.43º 0.63% 0.54% -
HSV(B) 4.43º 0.7% 0.83% -
XYZ 30.5 19.25 6.81 -
YUV 114.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 212 74 63 0 0.65 0.70 0.17 4.43 0.63 0.54
Hex D4 4A 3F 0 41 46 11 4 3F 36
Octal 324 112 77 0 101 106 21 4 77 66
Binary 11010100 1001010 111111 0 1000001 1000110 10001 100 111111 110110

Color Harmonies of #D44A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A3F

Black with #D44A3F

Text Example


Text Example

White with #D44A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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