Html Css Color HEX #D94943 Valencia

📋 copy color: '#D94943'

red 217 ◦ green 73 ◦ blue 67

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

Shades of Valencia #D94943

Tints of Valencia #D94943

RGB

 RED value IS 217 (85.16% from 255) = 60.78%

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

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

R = 60.78%
G = 20.45%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94943 (or 0xD94943) is known color: Valencia. HEX triplet: D9, 49 and 43. RGB value is (217,73,67). Sum of RGB (Red+Green+Blue) = 217+73+67=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D94943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94943 is #26B6BC. Grayscale: #737373. Windows color (decimal): -2537149 or 4409817. OLE color: 4409817.

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

Color convert

RGB 217 73 67 -
CMYK 0 0.66 0.69 0.15
HSL 2.4º 0.66% 0.56% -
HSV(B) 2.4º 0.69% 0.85% -
XYZ 32.01 19.92 7.47 -
YUV 115.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 217 73 67 0 0.66 0.69 0.15 2.4 0.66 0.56
Hex D9 49 43 0 42 45 F 2 42 38
Octal 331 111 103 0 102 105 17 2 102 70
Binary 11011001 1001001 1000011 0 1000010 1000101 1111 10 1000010 111000

Color Harmonies of #D94943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94943

Black with #D94943

Text Example


Text Example

White with #D94943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94943; }

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

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

background-color css

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

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

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

border-color css

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

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

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