Html Css Color HEX #D0403C Persian Red

📋 copy color: '#D0403C'

red 208 ◦ green 64 ◦ blue 60

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

Shades of Persian Red #D0403C

Tints of Persian Red #D0403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 62.65%
G = 19.28%
B = 18.07%

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

#D0403C (or 0xD0403C) is known color: Persian Red. HEX triplet: D0, 40 and 3C. RGB value is (208,64,60). Sum of RGB (Red+Green+Blue) = 208+64+60=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0403C is #2FBFC3. Grayscale: #6A6A6A. Windows color (decimal): -3129284 or 3948752. OLE color: 3948752.

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

Color convert

RGB 208 64 60 -
CMYK 0 0.69 0.71 0.18
HSL 1.62º 0.61% 0.53% -
HSV(B) 1.62º 0.71% 0.82% -
XYZ 28.66 17.4 6.12 -
YUV 106.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 208 64 60 0 0.69 0.71 0.18 1.62 0.61 0.53
Hex D0 40 3C 0 45 47 12 2 3D 35
Octal 320 100 74 0 105 107 22 2 75 65
Binary 11010000 1000000 111100 0 1000101 1000111 10010 10 111101 110101

Color Harmonies of #D0403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0403C

Black with #D0403C

Text Example


Text Example

White with #D0403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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