Html Css Color HEX #D0403F Persian Red

📋 copy color: '#D0403F'

red 208 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #D0403F

Tints of Persian Red #D0403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 62.09%
G = 19.1%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0403F (or 0xD0403F) is known color: Persian Red. HEX triplet: D0, 40 and 3F. RGB value is (208,64,63). Sum of RGB (Red+Green+Blue) = 208+64+63=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0403F is #2FBFC0. Grayscale: #6B6B6B. Windows color (decimal): -3129281 or 4145360. OLE color: 4145360.

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

Color convert

RGB 208 64 63 -
CMYK 0 0.69 0.70 0.18
HSL 0.41º 0.61% 0.53% -
HSV(B) 0.41º 0.7% 0.82% -
XYZ 28.74 17.44 6.55 -
YUV 106.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 208 64 63 0 0.69 0.70 0.18 0.41 0.61 0.53
Hex D0 40 3F 0 45 46 12 0 3D 35
Octal 320 100 77 0 105 106 22 0 75 65
Binary 11010000 1000000 111111 0 1000101 1000110 10010 0 111101 110101

Color Harmonies of #D0403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0403F

Black with #D0403F

Text Example


Text Example

White with #D0403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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