Html Css Color HEX #D04440 Persian Red

📋 copy color: '#D04440'

red 208 ◦ green 68 ◦ blue 64

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

Shades of Persian Red #D04440

Tints of Persian Red #D04440

RGB

 RED value IS 208 (81.64% from 255) = 61.18%

 GREEN value IS 68 (26.95% from 255) = 20%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 61.18%
G = 20%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04440 (or 0xD04440) is known color: Persian Red. HEX triplet: D0, 44 and 40. RGB value is (208,68,64). Sum of RGB (Red+Green+Blue) = 208+68+64=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D04440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04440 is #2FBBBF. Grayscale: #6D6D6D. Windows color (decimal): -3128256 or 4211920. OLE color: 4211920.

HSL color Cylindrical-coordinate representation of color #D04440: hue angle of 1.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04440 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 64 -
CMYK 0 0.67 0.69 0.18
HSL 1.67º 0.61% 0.53% -
HSV(B) 1.67º 0.69% 0.82% -
XYZ 29 17.91 6.78 -
YUV 109.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 208 68 64 0 0.67 0.69 0.18 1.67 0.61 0.53
Hex D0 44 40 0 43 45 12 2 3D 35
Octal 320 104 100 0 103 105 22 2 75 65
Binary 11010000 1000100 1000000 0 1000011 1000101 10010 10 111101 110101

Color Harmonies of #D04440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04440

Black with #D04440

Text Example


Text Example

White with #D04440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04440; }

 p { color: rgb(208,68,64); }

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

background-color css

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

 a { background-color: rgb(208,68,64); }

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

border-color css

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

 span { border-color: rgb(208,68,64); }

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