Html Css Color HEX #D03636 Persian Red

📋 copy color: '#D03636'

red 208 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #D03636

Tints of Persian Red #D03636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 65.82%
G = 17.09%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D03636 (or 0xD03636) is known color: Persian Red. HEX triplet: D0, 36 and 36. RGB value is (208,54,54). Sum of RGB (Red+Green+Blue) = 208+54+54=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03636 is #2FC9C9. Grayscale: #646464. Windows color (decimal): -3131850 or 3552976. OLE color: 3552976.

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

Color convert

RGB 208 54 54 -
CMYK 0 0.74 0.74 0.18
HSL 0.62% 0.51% -
HSV(B) 0.74% 0.82% -
XYZ 28 16.31 5.16 -
YUV 100.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 208 54 54 0 0.74 0.74 0.18 0 0.62 0.51
Hex D0 36 36 0 4A 4A 12 0 3E 33
Octal 320 66 66 0 112 112 22 0 76 63
Binary 11010000 110110 110110 0 1001010 1001010 10010 0 111110 110011

Color Harmonies of #D03636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03636

Black with #D03636

Text Example


Text Example

White with #D03636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03636; }

 p { color: rgb(208,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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