Html Css Color HEX #D0392B Persian Red

📋 copy color: '#D0392B'

red 208 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #D0392B

Tints of Persian Red #D0392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 67.53%
G = 18.51%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0392B (or 0xD0392B) is known color: Persian Red. HEX triplet: D0, 39 and 2B. RGB value is (208,57,43). Sum of RGB (Red+Green+Blue) = 208+57+43=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0392B is #2FC6D4. Grayscale: #646464. Windows color (decimal): -3131093 or 2832848. OLE color: 2832848.

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

Color convert

RGB 208 57 43 -
CMYK 0 0.73 0.79 0.18
HSL 5.09º 0.66% 0.49% -
HSV(B) 5.09º 0.79% 0.82% -
XYZ 27.91 16.51 4 -
YUV 100.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 208 57 43 0 0.73 0.79 0.18 5.09 0.66 0.49
Hex D0 39 2B 0 49 4F 12 5 42 31
Octal 320 71 53 0 111 117 22 5 102 61
Binary 11010000 111001 101011 0 1001001 1001111 10010 101 1000010 110001

Color Harmonies of #D0392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0392B

Black with #D0392B

Text Example


Text Example

White with #D0392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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