Html Css Color HEX #D9362B Persian Red

📋 copy color: '#D9362B'

red 217 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #D9362B

Tints of Persian Red #D9362B

RGB

 RED value IS 217 (85.16% from 255) = 69.11%

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 69.11%
G = 17.2%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9362B (or 0xD9362B) is known color: Persian Red. HEX triplet: D9, 36 and 2B. RGB value is (217,54,43). Sum of RGB (Red+Green+Blue) = 217+54+43=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9362B is #26C9D4. Grayscale: #656565. Windows color (decimal): -2542037 or 2832089. OLE color: 2832089.

HSL color Cylindrical-coordinate representation of color #D9362B: hue angle of 3.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9362B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 43 -
CMYK 0 0.75 0.80 0.15
HSL 3.79º 0.7% 0.51% -
HSV(B) 3.79º 0.8% 0.85% -
XYZ 30.37 17.56 4.08 -
YUV 101.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 217 54 43 0 0.75 0.80 0.15 3.79 0.7 0.51
Hex D9 36 2B 0 4B 50 F 4 46 33
Octal 331 66 53 0 113 120 17 4 106 63
Binary 11011001 110110 101011 0 1001011 1010000 1111 100 1000110 110011

Color Harmonies of #D9362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9362B

Black with #D9362B

Text Example


Text Example

White with #D9362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9362B; }

 p { color: rgb(217,54,43); }

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

background-color css

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

 a { background-color: rgb(217,54,43); }

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

border-color css

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

 span { border-color: rgb(217,54,43); }

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