Html Css Color HEX #D04240 Persian Red

📋 copy color: '#D04240'

red 208 ◦ green 66 ◦ blue 64

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

Shades of Persian Red #D04240

Tints of Persian Red #D04240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 61.54%
G = 19.53%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04240 (or 0xD04240) is known color: Persian Red. HEX triplet: D0, 42 and 40. RGB value is (208,66,64). Sum of RGB (Red+Green+Blue) = 208+66+64=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D04240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04240 is #2FBDBF. Grayscale: #6C6C6C. Windows color (decimal): -3128768 or 4211408. OLE color: 4211408.

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

Color convert

RGB 208 66 64 -
CMYK 0 0.68 0.69 0.18
HSL 0.83º 0.61% 0.53% -
HSV(B) 0.83º 0.69% 0.82% -
XYZ 28.89 17.68 6.74 -
YUV 108.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 208 66 64 0 0.68 0.69 0.18 0.83 0.61 0.53
Hex D0 42 40 0 44 45 12 1 3D 35
Octal 320 102 100 0 104 105 22 1 75 65
Binary 11010000 1000010 1000000 0 1000100 1000101 10010 1 111101 110101

Color Harmonies of #D04240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04240

Black with #D04240

Text Example


Text Example

White with #D04240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04240; }

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

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

background-color css

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

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

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

border-color css

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

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

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