Html Css Color HEX #D0402C Persian Red

📋 copy color: '#D0402C'

red 208 ◦ green 64 ◦ blue 44

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

Shades of Persian Red #D0402C

Tints of Persian Red #D0402C

RGB

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

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

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

R = 65.82%
G = 20.25%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0402C (or 0xD0402C) is known color: Persian Red. HEX triplet: D0, 40 and 2C. RGB value is (208,64,44). Sum of RGB (Red+Green+Blue) = 208+64+44=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0402C is #2FBFD3. Grayscale: #696969. Windows color (decimal): -3129300 or 2900176. OLE color: 2900176.

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

Color convert

RGB 208 64 44 -
CMYK 0 0.69 0.79 0.18
HSL 7.32º 0.65% 0.49% -
HSV(B) 7.32º 0.79% 0.82% -
XYZ 28.3 17.26 4.22 -
YUV 104.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 208 64 44 0 0.69 0.79 0.18 7.32 0.65 0.49
Hex D0 40 2C 0 45 4F 12 7 41 31
Octal 320 100 54 0 105 117 22 7 101 61
Binary 11010000 1000000 101100 0 1000101 1001111 10010 111 1000001 110001

Color Harmonies of #D0402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0402C

Black with #D0402C

Text Example


Text Example

White with #D0402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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