Html Css Color HEX #D02620 Persian Red

📋 copy color: '#D02620'

red 208 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #D02620

Tints of Persian Red #D02620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 74.82%
G = 13.67%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D02620 (or 0xD02620) is known color: Persian Red. HEX triplet: D0, 26 and 20. RGB value is (208,38,32). Sum of RGB (Red+Green+Blue) = 208+38+32=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D02620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02620 is #2FD9DF. Grayscale: #585858. Windows color (decimal): -3135968 or 2107088. OLE color: 2107088.

HSL color Cylindrical-coordinate representation of color #D02620: hue angle of 2.05º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02620 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 32 -
CMYK 0 0.82 0.85 0.18
HSL 2.05º 0.73% 0.47% -
HSV(B) 2.05º 0.85% 0.82% -
XYZ 26.97 14.9 2.82 -
YUV 88.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 208 38 32 0 0.82 0.85 0.18 2.05 0.73 0.47
Hex D0 26 20 0 52 55 12 2 49 2F
Octal 320 46 40 0 122 125 22 2 111 57
Binary 11010000 100110 100000 0 1010010 1010101 10010 10 1001001 101111

Color Harmonies of #D02620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02620

Black with #D02620

Text Example


Text Example

White with #D02620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02620; }

 p { color: rgb(208,38,32); }

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

background-color css

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

 a { background-color: rgb(208,38,32); }

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

border-color css

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

 span { border-color: rgb(208,38,32); }

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