Html Css Color HEX #D44B42 Valencia

📋 copy color: '#D44B42'

red 212 ◦ green 75 ◦ blue 66

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

Shades of Valencia #D44B42

Tints of Valencia #D44B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

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

R = 60.06%
G = 21.25%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D44B42 (or 0xD44B42) is known color: Valencia. HEX triplet: D4, 4B and 42. RGB value is (212,75,66). Sum of RGB (Red+Green+Blue) = 212+75+66=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44B42 is #2BB4BD. Grayscale: #737373. Windows color (decimal): -2864318 or 4344788. OLE color: 4344788.

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

Color convert

RGB 212 75 66 -
CMYK 0 0.65 0.69 0.17
HSL 3.7º 0.63% 0.55% -
HSV(B) 3.7º 0.69% 0.83% -
XYZ 30.65 19.42 7.29 -
YUV 114.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 212 75 66 0 0.65 0.69 0.17 3.7 0.63 0.55
Hex D4 4B 42 0 41 45 11 4 3F 37
Octal 324 113 102 0 101 105 21 4 77 67
Binary 11010100 1001011 1000010 0 1000001 1000101 10001 100 111111 110111

Color Harmonies of #D44B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44B42

Black with #D44B42

Text Example


Text Example

White with #D44B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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