Html Css Color HEX #D9362C Persian Red

📋 copy color: '#D9362C'

red 217 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #D9362C

Tints of Persian Red #D9362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 68.89%
G = 17.14%
B = 13.97%

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

#D9362C (or 0xD9362C) is known color: Persian Red. HEX triplet: D9, 36 and 2C. RGB value is (217,54,44). Sum of RGB (Red+Green+Blue) = 217+54+44=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9362C is #26C9D3. Grayscale: #656565. Windows color (decimal): -2542036 or 2897625. OLE color: 2897625.

HSL color Cylindrical-coordinate representation of color #D9362C: hue angle of 3.47º degrees, saturation: 0.69, 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 #D9362C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 44 -
CMYK 0 0.75 0.80 0.15
HSL 3.47º 0.69% 0.51% -
HSV(B) 3.47º 0.8% 0.85% -
XYZ 30.39 17.57 4.17 -
YUV 101.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 217 54 44 0 0.75 0.80 0.15 3.47 0.69 0.51
Hex D9 36 2C 0 4B 50 F 3 45 33
Octal 331 66 54 0 113 120 17 3 105 63
Binary 11011001 110110 101100 0 1001011 1010000 1111 11 1000101 110011

Color Harmonies of #D9362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9362C

Black with #D9362C

Text Example


Text Example

White with #D9362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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