Html Css Color HEX #D04026 Persian Red

📋 copy color: '#D04026'

red 208 ◦ green 64 ◦ blue 38

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

Shades of Persian Red #D04026

Tints of Persian Red #D04026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 67.1%
G = 20.65%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D04026 (or 0xD04026) is known color: Persian Red. HEX triplet: D0, 40 and 26. RGB value is (208,64,38). Sum of RGB (Red+Green+Blue) = 208+64+38=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D04026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04026 is #2FBFD9. Grayscale: #686868. Windows color (decimal): -3129306 or 2506960. OLE color: 2506960.

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

Color convert

RGB 208 64 38 -
CMYK 0 0.69 0.82 0.18
HSL 9.18º 0.69% 0.48% -
HSV(B) 9.18º 0.82% 0.82% -
XYZ 28.2 17.22 3.67 -
YUV 104.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 208 64 38 0 0.69 0.82 0.18 9.18 0.69 0.48
Hex D0 40 26 0 45 52 12 9 45 30
Octal 320 100 46 0 105 122 22 11 105 60
Binary 11010000 1000000 100110 0 1000101 1010010 10010 1001 1000101 110000

Color Harmonies of #D04026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04026

Black with #D04026

Text Example


Text Example

White with #D04026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04026; }

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

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

background-color css

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

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

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

border-color css

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

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

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