Html Css Color HEX #D74843 Valencia

📋 copy color: '#D74843'

red 215 ◦ green 72 ◦ blue 67

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

Shades of Valencia #D74843

Tints of Valencia #D74843

RGB

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

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

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

R = 60.73%
G = 20.34%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74843 (or 0xD74843) is known color: Valencia. HEX triplet: D7, 48 and 43. RGB value is (215,72,67). Sum of RGB (Red+Green+Blue) = 215+72+67=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D74843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74843 is #28B7BC. Grayscale: #727272. Windows color (decimal): -2668477 or 4409559. OLE color: 4409559.

HSL color Cylindrical-coordinate representation of color #D74843: hue angle of 2.03º 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 #D74843 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 67 -
CMYK 0 0.67 0.69 0.16
HSL 2.03º 0.65% 0.55% -
HSV(B) 2.03º 0.69% 0.84% -
XYZ 31.35 19.49 7.42 -
YUV 114.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 215 72 67 0 0.67 0.69 0.16 2.03 0.65 0.55
Hex D7 48 43 0 43 45 10 2 41 37
Octal 327 110 103 0 103 105 20 2 101 67
Binary 11010111 1001000 1000011 0 1000011 1000101 10000 10 1000001 110111

Color Harmonies of #D74843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74843

Black with #D74843

Text Example


Text Example

White with #D74843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74843; }

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

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

background-color css

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

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

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

border-color css

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

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

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