Html Css Color HEX #D04340 Persian Red

📋 copy color: '#D04340'

red 208 ◦ green 67 ◦ blue 64

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

Shades of Persian Red #D04340

Tints of Persian Red #D04340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 61.36%
G = 19.76%
B = 18.88%

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

#D04340 (or 0xD04340) is known color: Persian Red. HEX triplet: D0, 43 and 40. RGB value is (208,67,64). Sum of RGB (Red+Green+Blue) = 208+67+64=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D04340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04340 is #2FBCBF. Grayscale: #6C6C6C. Windows color (decimal): -3128512 or 4211664. OLE color: 4211664.

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

Color convert

RGB 208 67 64 -
CMYK 0 0.68 0.69 0.18
HSL 1.25º 0.61% 0.53% -
HSV(B) 1.25º 0.69% 0.82% -
XYZ 28.94 17.79 6.76 -
YUV 108.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 208 67 64 0 0.68 0.69 0.18 1.25 0.61 0.53
Hex D0 43 40 0 44 45 12 1 3D 35
Octal 320 103 100 0 104 105 22 1 75 65
Binary 11010000 1000011 1000000 0 1000100 1000101 10010 1 111101 110101

Color Harmonies of #D04340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04340

Black with #D04340

Text Example


Text Example

White with #D04340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04340; }

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

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

background-color css

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

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

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

border-color css

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

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

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