Html Css Color HEX #D44848 Valencia

📋 copy color: '#D44848'

red 212 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D44848

Tints of Valencia #D44848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 59.55%
G = 20.22%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D44848 (or 0xD44848) is known color: Valencia. HEX triplet: D4, 48 and 48. RGB value is (212,72,72). Sum of RGB (Red+Green+Blue) = 212+72+72=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D44848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44848 is #2BB7B7. Grayscale: #717171. Windows color (decimal): -2865080 or 4737236. OLE color: 4737236.

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

Color convert

RGB 212 72 72 -
CMYK 0 0.66 0.66 0.17
HSL 0.62% 0.56% -
HSV(B) 0.66% 0.83% -
XYZ 30.64 19.1 8.2 -
YUV 113.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 212 72 72 0 0.66 0.66 0.17 0 0.62 0.56
Hex D4 48 48 0 42 42 11 0 3E 38
Octal 324 110 110 0 102 102 21 0 76 70
Binary 11010100 1001000 1001000 0 1000010 1000010 10001 0 111110 111000

Color Harmonies of #D44848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44848

Black with #D44848

Text Example


Text Example

White with #D44848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44848; }

 p { color: rgb(212,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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