Html Css Color HEX #D03828 Persian Red

📋 copy color: '#D03828'

red 208 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #D03828

Tints of Persian Red #D03828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 68.42%
G = 18.42%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D03828 (or 0xD03828) is known color: Persian Red. HEX triplet: D0, 38 and 28. RGB value is (208,56,40). Sum of RGB (Red+Green+Blue) = 208+56+40=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D03828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03828 is #2FC7D7. Grayscale: #636363. Windows color (decimal): -3131352 or 2635984. OLE color: 2635984.

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

Color convert

RGB 208 56 40 -
CMYK 0 0.73 0.81 0.18
HSL 5.71º 0.68% 0.49% -
HSV(B) 5.71º 0.81% 0.82% -
XYZ 27.81 16.39 3.71 -
YUV 99.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 208 56 40 0 0.73 0.81 0.18 5.71 0.68 0.49
Hex D0 38 28 0 49 51 12 6 44 31
Octal 320 70 50 0 111 121 22 6 104 61
Binary 11010000 111000 101000 0 1001001 1010001 10010 110 1000100 110001

Color Harmonies of #D03828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03828

Black with #D03828

Text Example


Text Example

White with #D03828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03828; }

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

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

background-color css

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

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

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

border-color css

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

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

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