Html Css Color HEX #D3392B Persian Red

📋 copy color: '#D3392B'

red 211 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #D3392B

Tints of Persian Red #D3392B

RGB

 RED value IS 211 (82.81% from 255) = 67.85%

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

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

R = 67.85%
G = 18.33%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3392B (or 0xD3392B) is known color: Persian Red. HEX triplet: D3, 39 and 2B. RGB value is (211,57,43). Sum of RGB (Red+Green+Blue) = 211+57+43=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3392B is #2CC6D4. Grayscale: #656565. Windows color (decimal): -2934485 or 2832851. OLE color: 2832851.

HSL color Cylindrical-coordinate representation of color #D3392B: hue angle of 5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3392B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 43 -
CMYK 0 0.73 0.80 0.17
HSL 0.66% 0.5% -
HSV(B) 0.8% 0.83% -
XYZ 28.76 16.95 4.04 -
YUV 101.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 211 57 43 0 0.73 0.80 0.17 5 0.66 0.5
Hex D3 39 2B 0 49 50 11 5 42 32
Octal 323 71 53 0 111 120 21 5 102 62
Binary 11010011 111001 101011 0 1001001 1010000 10001 101 1000010 110010

Color Harmonies of #D3392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3392B

Black with #D3392B

Text Example


Text Example

White with #D3392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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