Html Css Color HEX #D7382C Persian Red

📋 copy color: '#D7382C'

red 215 ◦ green 56 ◦ blue 44

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

Shades of Persian Red #D7382C

Tints of Persian Red #D7382C

RGB

 RED value IS 215 (84.38% from 255) = 68.25%

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 68.25%
G = 17.78%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7382C (or 0xD7382C) is known color: Persian Red. HEX triplet: D7, 38 and 2C. RGB value is (215,56,44). Sum of RGB (Red+Green+Blue) = 215+56+44=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7382C is #28C7D3. Grayscale: #666666. Windows color (decimal): -2672596 or 2898135. OLE color: 2898135.

HSL color Cylindrical-coordinate representation of color #D7382C: hue angle of 4.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7382C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 56 44 -
CMYK 0 0.74 0.80 0.16
HSL 4.21º 0.68% 0.51% -
HSV(B) 4.21º 0.8% 0.84% -
XYZ 29.89 17.46 4.18 -
YUV 102.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 215 56 44 0 0.74 0.80 0.16 4.21 0.68 0.51
Hex D7 38 2C 0 4A 50 10 4 44 33
Octal 327 70 54 0 112 120 20 4 104 63
Binary 11010111 111000 101100 0 1001010 1010000 10000 100 1000100 110011

Color Harmonies of #D7382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7382C

Black with #D7382C

Text Example


Text Example

White with #D7382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7382C; }

 p { color: rgb(215,56,44); }

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

background-color css

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

 a { background-color: rgb(215,56,44); }

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

border-color css

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

 span { border-color: rgb(215,56,44); }

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