Html Css Color HEX #D94B44 Valencia

📋 copy color: '#D94B44'

red 217 ◦ green 75 ◦ blue 68

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

Shades of Valencia #D94B44

Tints of Valencia #D94B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

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

R = 60.28%
G = 20.83%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94B44 (or 0xD94B44) is known color: Valencia. HEX triplet: D9, 4B and 44. RGB value is (217,75,68). Sum of RGB (Red+Green+Blue) = 217+75+68=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94B44 is #26B4BB. Grayscale: #747474. Windows color (decimal): -2536636 or 4475865. OLE color: 4475865.

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

Color convert

RGB 217 75 68 -
CMYK 0 0.65 0.69 0.15
HSL 2.82º 0.66% 0.56% -
HSV(B) 2.82º 0.69% 0.85% -
XYZ 32.17 20.2 7.67 -
YUV 116.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 217 75 68 0 0.65 0.69 0.15 2.82 0.66 0.56
Hex D9 4B 44 0 41 45 F 3 42 38
Octal 331 113 104 0 101 105 17 3 102 70
Binary 11011001 1001011 1000100 0 1000001 1000101 1111 11 1000010 111000

Color Harmonies of #D94B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B44

Black with #D94B44

Text Example


Text Example

White with #D94B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B44; }

 p { color: rgb(217,75,68); }

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

background-color css

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

 a { background-color: rgb(217,75,68); }

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

border-color css

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

 span { border-color: rgb(217,75,68); }

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