Html Css Color HEX #D74943 Valencia

📋 copy color: '#D74943'

red 215 ◦ green 73 ◦ blue 67

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

Shades of Valencia #D74943

Tints of Valencia #D74943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 60.56%
G = 20.56%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74943 (or 0xD74943) is known color: Valencia. HEX triplet: D7, 49 and 43. RGB value is (215,73,67). Sum of RGB (Red+Green+Blue) = 215+73+67=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D74943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74943 is #28B6BC. Grayscale: #727272. Windows color (decimal): -2668221 or 4409815. OLE color: 4409815.

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

Color convert

RGB 215 73 67 -
CMYK 0 0.66 0.69 0.16
HSL 2.43º 0.65% 0.55% -
HSV(B) 2.43º 0.69% 0.84% -
XYZ 31.42 19.62 7.44 -
YUV 114.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 215 73 67 0 0.66 0.69 0.16 2.43 0.65 0.55
Hex D7 49 43 0 42 45 10 2 41 37
Octal 327 111 103 0 102 105 20 2 101 67
Binary 11010111 1001001 1000011 0 1000010 1000101 10000 10 1000001 110111

Color Harmonies of #D74943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74943

Black with #D74943

Text Example


Text Example

White with #D74943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74943; }

 p { color: rgb(215,73,67); }

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

background-color css

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

 a { background-color: rgb(215,73,67); }

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

border-color css

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

 span { border-color: rgb(215,73,67); }

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