Html Css Color HEX #D03626 Persian Red

📋 copy color: '#D03626'

red 208 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #D03626

Tints of Persian Red #D03626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 69.33%
G = 18%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03626 (or 0xD03626) is known color: Persian Red. HEX triplet: D0, 36 and 26. RGB value is (208,54,38). Sum of RGB (Red+Green+Blue) = 208+54+38=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D03626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03626 is #2FC9D9. Grayscale: #626262. Windows color (decimal): -3131866 or 2504400. OLE color: 2504400.

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

Color convert

RGB 208 54 38 -
CMYK 0 0.74 0.82 0.18
HSL 5.65º 0.69% 0.48% -
HSV(B) 5.65º 0.82% 0.82% -
XYZ 27.68 16.19 3.5 -
YUV 98.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 208 54 38 0 0.74 0.82 0.18 5.65 0.69 0.48
Hex D0 36 26 0 4A 52 12 6 45 30
Octal 320 66 46 0 112 122 22 6 105 60
Binary 11010000 110110 100110 0 1001010 1010010 10010 110 1000101 110000

Color Harmonies of #D03626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03626

Black with #D03626

Text Example


Text Example

White with #D03626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03626; }

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

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

background-color css

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

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

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

border-color css

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

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

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