Html Css Color HEX #D0402D Persian Red

📋 copy color: '#D0402D'

red 208 ◦ green 64 ◦ blue 45

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

Shades of Persian Red #D0402D

Tints of Persian Red #D0402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 65.62%
G = 20.19%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0402D (or 0xD0402D) is known color: Persian Red. HEX triplet: D0, 40 and 2D. RGB value is (208,64,45). Sum of RGB (Red+Green+Blue) = 208+64+45=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0402D is #2FBFD2. Grayscale: #696969. Windows color (decimal): -3129299 or 2965712. OLE color: 2965712.

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

Color convert

RGB 208 64 45 -
CMYK 0 0.69 0.78 0.18
HSL 6.99º 0.64% 0.5% -
HSV(B) 6.99º 0.78% 0.82% -
XYZ 28.32 17.27 4.32 -
YUV 104.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 208 64 45 0 0.69 0.78 0.18 6.99 0.64 0.5
Hex D0 40 2D 0 45 4E 12 7 40 32
Octal 320 100 55 0 105 116 22 7 100 62
Binary 11010000 1000000 101101 0 1000101 1001110 10010 111 1000000 110010

Color Harmonies of #D0402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0402D

Black with #D0402D

Text Example


Text Example

White with #D0402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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