Html Css Color HEX #D0392A Persian Red

📋 copy color: '#D0392A'

red 208 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #D0392A

Tints of Persian Red #D0392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 67.75%
G = 18.57%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0392A (or 0xD0392A) is known color: Persian Red. HEX triplet: D0, 39 and 2A. RGB value is (208,57,42). Sum of RGB (Red+Green+Blue) = 208+57+42=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0392A is #2FC6D5. Grayscale: #646464. Windows color (decimal): -3131094 or 2767312. OLE color: 2767312.

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

Color convert

RGB 208 57 42 -
CMYK 0 0.73 0.80 0.18
HSL 5.42º 0.66% 0.49% -
HSV(B) 5.42º 0.8% 0.82% -
XYZ 27.89 16.5 3.91 -
YUV 100.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 208 57 42 0 0.73 0.80 0.18 5.42 0.66 0.49
Hex D0 39 2A 0 49 50 12 5 42 31
Octal 320 71 52 0 111 120 22 5 102 61
Binary 11010000 111001 101010 0 1001001 1010000 10010 101 1000010 110001

Color Harmonies of #D0392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0392A

Black with #D0392A

Text Example


Text Example

White with #D0392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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