Html Css Color HEX #D03C2D Persian Red

📋 copy color: '#D03C2D'

red 208 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #D03C2D

Tints of Persian Red #D03C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 66.45%
G = 19.17%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D03C2D (or 0xD03C2D) is known color: Persian Red. HEX triplet: D0, 3C and 2D. RGB value is (208,60,45). Sum of RGB (Red+Green+Blue) = 208+60+45=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C2D is #2FC3D2. Grayscale: #666666. Windows color (decimal): -3130323 or 2964688. OLE color: 2964688.

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

Color convert

RGB 208 60 45 -
CMYK 0 0.71 0.78 0.18
HSL 5.52º 0.64% 0.5% -
HSV(B) 5.52º 0.78% 0.82% -
XYZ 28.1 16.83 4.25 -
YUV 102.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 208 60 45 0 0.71 0.78 0.18 5.52 0.64 0.5
Hex D0 3C 2D 0 47 4E 12 6 40 32
Octal 320 74 55 0 107 116 22 6 100 62
Binary 11010000 111100 101101 0 1000111 1001110 10010 110 1000000 110010

Color Harmonies of #D03C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C2D

Black with #D03C2D

Text Example


Text Example

White with #D03C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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