Html Css Color HEX #D03827 Persian Red

📋 copy color: '#D03827'

red 208 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #D03827

Tints of Persian Red #D03827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 68.65%
G = 18.48%
B = 12.87%

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

#D03827 (or 0xD03827) is known color: Persian Red. HEX triplet: D0, 38 and 27. RGB value is (208,56,39). Sum of RGB (Red+Green+Blue) = 208+56+39=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D03827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03827 is #2FC7D8. Grayscale: #636363. Windows color (decimal): -3131353 or 2570448. OLE color: 2570448.

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

Color convert

RGB 208 56 39 -
CMYK 0 0.73 0.81 0.18
HSL 6.04º 0.68% 0.48% -
HSV(B) 6.04º 0.81% 0.82% -
XYZ 27.79 16.38 3.62 -
YUV 99.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 208 56 39 0 0.73 0.81 0.18 6.04 0.68 0.48
Hex D0 38 27 0 49 51 12 6 44 30
Octal 320 70 47 0 111 121 22 6 104 60
Binary 11010000 111000 100111 0 1001001 1010001 10010 110 1000100 110000

Color Harmonies of #D03827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03827

Black with #D03827

Text Example


Text Example

White with #D03827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03827; }

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

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

background-color css

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

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

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

border-color css

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

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

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