Html Css Color HEX #D04038 Persian Red

📋 copy color: '#D04038'

red 208 ◦ green 64 ◦ blue 56

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

Shades of Persian Red #D04038

Tints of Persian Red #D04038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 63.41%
G = 19.51%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D04038 (or 0xD04038) is known color: Persian Red. HEX triplet: D0, 40 and 38. RGB value is (208,64,56). Sum of RGB (Red+Green+Blue) = 208+64+56=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D04038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04038 is #2FBFC7. Grayscale: #6A6A6A. Windows color (decimal): -3129288 or 3686608. OLE color: 3686608.

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

Color convert

RGB 208 64 56 -
CMYK 0 0.69 0.73 0.18
HSL 3.16º 0.62% 0.52% -
HSV(B) 3.16º 0.73% 0.82% -
XYZ 28.56 17.36 5.59 -
YUV 106.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 208 64 56 0 0.69 0.73 0.18 3.16 0.62 0.52
Hex D0 40 38 0 45 49 12 3 3E 34
Octal 320 100 70 0 105 111 22 3 76 64
Binary 11010000 1000000 111000 0 1000101 1001001 10010 11 111110 110100

Color Harmonies of #D04038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04038

Black with #D04038

Text Example


Text Example

White with #D04038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04038; }

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

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

background-color css

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

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

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

border-color css

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

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

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