Html Css Color HEX #D03824 Persian Red

📋 copy color: '#D03824'

red 208 ◦ green 56 ◦ blue 36

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

Shades of Persian Red #D03824

Tints of Persian Red #D03824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

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

R = 69.33%
G = 18.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03824 (or 0xD03824) is known color: Persian Red. HEX triplet: D0, 38 and 24. RGB value is (208,56,36). Sum of RGB (Red+Green+Blue) = 208+56+36=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D03824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03824 is #2FC7DB. Grayscale: #636363. Windows color (decimal): -3131356 or 2373840. OLE color: 2373840.

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

Color convert

RGB 208 56 36 -
CMYK 0 0.73 0.83 0.18
HSL 6.98º 0.7% 0.48% -
HSV(B) 6.98º 0.83% 0.82% -
XYZ 27.75 16.37 3.37 -
YUV 99.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 208 56 36 0 0.73 0.83 0.18 6.98 0.7 0.48
Hex D0 38 24 0 49 53 12 7 46 30
Octal 320 70 44 0 111 123 22 7 106 60
Binary 11010000 111000 100100 0 1001001 1010011 10010 111 1000110 110000

Color Harmonies of #D03824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03824

Black with #D03824

Text Example


Text Example

White with #D03824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03824; }

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

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

background-color css

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

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

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

border-color css

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

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

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