Html Css Color HEX #D03825 Persian Red

📋 copy color: '#D03825'

red 208 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #D03825

Tints of Persian Red #D03825

RGB

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

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

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

R = 69.1%
G = 18.6%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03825 (or 0xD03825) is known color: Persian Red. HEX triplet: D0, 38 and 25. RGB value is (208,56,37). Sum of RGB (Red+Green+Blue) = 208+56+37=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D03825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03825 is #2FC7DA. Grayscale: #636363. Windows color (decimal): -3131355 or 2439376. OLE color: 2439376.

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

Color convert

RGB 208 56 37 -
CMYK 0 0.73 0.82 0.18
HSL 6.67º 0.7% 0.48% -
HSV(B) 6.67º 0.82% 0.82% -
XYZ 27.76 16.37 3.45 -
YUV 99.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 208 56 37 0 0.73 0.82 0.18 6.67 0.7 0.48
Hex D0 38 25 0 49 52 12 7 46 30
Octal 320 70 45 0 111 122 22 7 106 60
Binary 11010000 111000 100101 0 1001001 1010010 10010 111 1000110 110000

Color Harmonies of #D03825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03825

Black with #D03825

Text Example


Text Example

White with #D03825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03825; }

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

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

background-color css

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

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

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

border-color css

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

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

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