Html Css Color HEX #D03C32 Persian Red

📋 copy color: '#D03C32'

red 208 ◦ green 60 ◦ blue 50

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

Shades of Persian Red #D03C32

Tints of Persian Red #D03C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 65.41%
G = 18.87%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D03C32 (or 0xD03C32) is known color: Persian Red. HEX triplet: D0, 3C and 32. RGB value is (208,60,50). Sum of RGB (Red+Green+Blue) = 208+60+50=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C32 is #2FC3CD. Grayscale: #676767. Windows color (decimal): -3130318 or 3292368. OLE color: 3292368.

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

Color convert

RGB 208 60 50 -
CMYK 0 0.71 0.76 0.18
HSL 3.8º 0.63% 0.51% -
HSV(B) 3.8º 0.76% 0.82% -
XYZ 28.2 16.87 4.79 -
YUV 103.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 208 60 50 0 0.71 0.76 0.18 3.8 0.63 0.51
Hex D0 3C 32 0 47 4C 12 4 3F 33
Octal 320 74 62 0 107 114 22 4 77 63
Binary 11010000 111100 110010 0 1000111 1001100 10010 100 111111 110011

Color Harmonies of #D03C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C32

Black with #D03C32

Text Example


Text Example

White with #D03C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C32; }

 p { color: rgb(208,60,50); }

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

background-color css

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

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

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

border-color css

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

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

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