Html Css Color HEX #D03F2C Persian Red

📋 copy color: '#D03F2C'

red 208 ◦ green 63 ◦ blue 44

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

Shades of Persian Red #D03F2C

Tints of Persian Red #D03F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

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

R = 66.03%
G = 20%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D03F2C (or 0xD03F2C) is known color: Persian Red. HEX triplet: D0, 3F and 2C. RGB value is (208,63,44). Sum of RGB (Red+Green+Blue) = 208+63+44=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F2C is #2FC0D3. Grayscale: #686868. Windows color (decimal): -3129556 or 2899920. OLE color: 2899920.

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

Color convert

RGB 208 63 44 -
CMYK 0 0.70 0.79 0.18
HSL 6.95º 0.65% 0.49% -
HSV(B) 6.95º 0.79% 0.82% -
XYZ 28.24 17.15 4.2 -
YUV 104.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 208 63 44 0 0.70 0.79 0.18 6.95 0.65 0.49
Hex D0 3F 2C 0 46 4F 12 7 41 31
Octal 320 77 54 0 106 117 22 7 101 61
Binary 11010000 111111 101100 0 1000110 1001111 10010 111 1000001 110001

Color Harmonies of #D03F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F2C

Black with #D03F2C

Text Example


Text Example

White with #D03F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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