Html Css Color HEX #D74C44 Valencia

📋 copy color: '#D74C44'

red 215 ◦ green 76 ◦ blue 68

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

Shades of Valencia #D74C44

Tints of Valencia #D74C44

RGB

 RED value IS 215 (84.38% from 255) = 59.89%

 GREEN value IS 76 (30.08% from 255) = 21.17%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 59.89%
G = 21.17%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D74C44 (or 0xD74C44) is known color: Valencia. HEX triplet: D7, 4C and 44. RGB value is (215,76,68). Sum of RGB (Red+Green+Blue) = 215+76+68=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C44 is #28B3BB. Grayscale: #747474. Windows color (decimal): -2667452 or 4476119. OLE color: 4476119.

HSL color Cylindrical-coordinate representation of color #D74C44: hue angle of 3.27º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74C44 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 68 -
CMYK 0 0.65 0.68 0.16
HSL 3.27º 0.65% 0.55% -
HSV(B) 3.27º 0.68% 0.84% -
XYZ 31.65 20.03 7.67 -
YUV 116.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 215 76 68 0 0.65 0.68 0.16 3.27 0.65 0.55
Hex D7 4C 44 0 41 44 10 3 41 37
Octal 327 114 104 0 101 104 20 3 101 67
Binary 11010111 1001100 1000100 0 1000001 1000100 10000 11 1000001 110111

Color Harmonies of #D74C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C44

Black with #D74C44

Text Example


Text Example

White with #D74C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C44; }

 p { color: rgb(215,76,68); }

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

background-color css

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

 a { background-color: rgb(215,76,68); }

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

border-color css

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

 span { border-color: rgb(215,76,68); }

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