Html Css Color HEX #D03724 Persian Red

📋 copy color: '#D03724'

red 208 ◦ green 55 ◦ blue 36

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

Shades of Persian Red #D03724

Tints of Persian Red #D03724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 69.57%
G = 18.39%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03724 (or 0xD03724) is known color: Persian Red. HEX triplet: D0, 37 and 24. RGB value is (208,55,36). Sum of RGB (Red+Green+Blue) = 208+55+36=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D03724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03724 is #2FC8DB. Grayscale: #626262. Windows color (decimal): -3131612 or 2373584. OLE color: 2373584.

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

Color convert

RGB 208 55 36 -
CMYK 0 0.74 0.83 0.18
HSL 6.63º 0.7% 0.48% -
HSV(B) 6.63º 0.83% 0.82% -
XYZ 27.7 16.27 3.35 -
YUV 98.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 208 55 36 0 0.74 0.83 0.18 6.63 0.7 0.48
Hex D0 37 24 0 4A 53 12 7 46 30
Octal 320 67 44 0 112 123 22 7 106 60
Binary 11010000 110111 100100 0 1001010 1010011 10010 111 1000110 110000

Color Harmonies of #D03724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03724

Black with #D03724

Text Example


Text Example

White with #D03724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03724; }

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

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

background-color css

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

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

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

border-color css

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

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

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