Html Css Color HEX #D0402A Persian Red

📋 copy color: '#D0402A'

red 208 ◦ green 64 ◦ blue 42

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

Shades of Persian Red #D0402A

Tints of Persian Red #D0402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 66.24%
G = 20.38%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0402A (or 0xD0402A) is known color: Persian Red. HEX triplet: D0, 40 and 2A. RGB value is (208,64,42). Sum of RGB (Red+Green+Blue) = 208+64+42=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D0402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0402A is #2FBFD5. Grayscale: #686868. Windows color (decimal): -3129302 or 2769104. OLE color: 2769104.

HSL color Cylindrical-coordinate representation of color #D0402A: hue angle of 7.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0402A is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 42 -
CMYK 0 0.69 0.80 0.18
HSL 7.95º 0.66% 0.49% -
HSV(B) 7.95º 0.8% 0.82% -
XYZ 28.26 17.24 4.03 -
YUV 104.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 208 64 42 0 0.69 0.80 0.18 7.95 0.66 0.49
Hex D0 40 2A 0 45 50 12 8 42 31
Octal 320 100 52 0 105 120 22 10 102 61
Binary 11010000 1000000 101010 0 1000101 1010000 10010 1000 1000010 110001

Color Harmonies of #D0402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0402A

Black with #D0402A

Text Example


Text Example

White with #D0402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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