Html Css Color HEX #D03725 Persian Red

📋 copy color: '#D03725'

red 208 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #D03725

Tints of Persian Red #D03725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 69.33%
G = 18.33%
B = 12.33%

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

#D03725 (or 0xD03725) is known color: Persian Red. HEX triplet: D0, 37 and 25. RGB value is (208,55,37). Sum of RGB (Red+Green+Blue) = 208+55+37=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D03725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03725 is #2FC8DA. Grayscale: #626262. Windows color (decimal): -3131611 or 2439120. OLE color: 2439120.

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

Color convert

RGB 208 55 37 -
CMYK 0 0.74 0.82 0.18
HSL 6.32º 0.7% 0.48% -
HSV(B) 6.32º 0.82% 0.82% -
XYZ 27.71 16.28 3.43 -
YUV 98.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 208 55 37 0 0.74 0.82 0.18 6.32 0.7 0.48
Hex D0 37 25 0 4A 52 12 6 46 30
Octal 320 67 45 0 112 122 22 6 106 60
Binary 11010000 110111 100101 0 1001010 1010010 10010 110 1000110 110000

Color Harmonies of #D03725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03725

Black with #D03725

Text Example


Text Example

White with #D03725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03725; }

 p { color: rgb(208,55,37); }

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

background-color css

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

 a { background-color: rgb(208,55,37); }

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

border-color css

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

 span { border-color: rgb(208,55,37); }

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