Html Css Color HEX #D03A2D Persian Red

📋 copy color: '#D03A2D'

red 208 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #D03A2D

Tints of Persian Red #D03A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.65%

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

R = 66.88%
G = 18.65%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D03A2D (or 0xD03A2D) is known color: Persian Red. HEX triplet: D0, 3A and 2D. RGB value is (208,58,45). Sum of RGB (Red+Green+Blue) = 208+58+45=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A2D is #2FC5D2. Grayscale: #656565. Windows color (decimal): -3130835 or 2964176. OLE color: 2964176.

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

Color convert

RGB 208 58 45 -
CMYK 0 0.72 0.78 0.18
HSL 4.79º 0.64% 0.5% -
HSV(B) 4.79º 0.78% 0.82% -
XYZ 28 16.63 4.22 -
YUV 101.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 208 58 45 0 0.72 0.78 0.18 4.79 0.64 0.5
Hex D0 3A 2D 0 48 4E 12 5 40 32
Octal 320 72 55 0 110 116 22 5 100 62
Binary 11010000 111010 101101 0 1001000 1001110 10010 101 1000000 110010

Color Harmonies of #D03A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A2D

Black with #D03A2D

Text Example


Text Example

White with #D03A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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