Html Css Color HEX #D03A2C Persian Red

📋 copy color: '#D03A2C'

red 208 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #D03A2C

Tints of Persian Red #D03A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 67.1%
G = 18.71%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D03A2C (or 0xD03A2C) is known color: Persian Red. HEX triplet: D0, 3A and 2C. RGB value is (208,58,44). Sum of RGB (Red+Green+Blue) = 208+58+44=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A2C is #2FC5D3. Grayscale: #656565. Windows color (decimal): -3130836 or 2898640. OLE color: 2898640.

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

Color convert

RGB 208 58 44 -
CMYK 0 0.72 0.79 0.18
HSL 5.12º 0.65% 0.49% -
HSV(B) 5.12º 0.79% 0.82% -
XYZ 27.98 16.62 4.12 -
YUV 101.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 208 58 44 0 0.72 0.79 0.18 5.12 0.65 0.49
Hex D0 3A 2C 0 48 4F 12 5 41 31
Octal 320 72 54 0 110 117 22 5 101 61
Binary 11010000 111010 101100 0 1001000 1001111 10010 101 1000001 110001

Color Harmonies of #D03A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A2C

Black with #D03A2C

Text Example


Text Example

White with #D03A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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