Html Css Color HEX #D0403D Persian Red

📋 copy color: '#D0403D'

red 208 ◦ green 64 ◦ blue 61

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

Shades of Persian Red #D0403D

Tints of Persian Red #D0403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 62.46%
G = 19.22%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0403D (or 0xD0403D) is known color: Persian Red. HEX triplet: D0, 40 and 3D. RGB value is (208,64,61). Sum of RGB (Red+Green+Blue) = 208+64+61=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0403D is #2FBFC2. Grayscale: #6A6A6A. Windows color (decimal): -3129283 or 4014288. OLE color: 4014288.

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

Color convert

RGB 208 64 61 -
CMYK 0 0.69 0.71 0.18
HSL 1.22º 0.61% 0.53% -
HSV(B) 1.22º 0.71% 0.82% -
XYZ 28.69 17.41 6.26 -
YUV 106.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 208 64 61 0 0.69 0.71 0.18 1.22 0.61 0.53
Hex D0 40 3D 0 45 47 12 1 3D 35
Octal 320 100 75 0 105 107 22 1 75 65
Binary 11010000 1000000 111101 0 1000101 1000111 10010 1 111101 110101

Color Harmonies of #D0403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0403D

Black with #D0403D

Text Example


Text Example

White with #D0403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0403D; }

 p { color: rgb(208,64,61); }

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

background-color css

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

 a { background-color: rgb(208,64,61); }

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

border-color css

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

 span { border-color: rgb(208,64,61); }

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