Html Css Color HEX #D6382D Persian Red

📋 copy color: '#D6382D'

red 214 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #D6382D

Tints of Persian Red #D6382D

RGB

 RED value IS 214 (83.98% from 255) = 67.94%

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 67.94%
G = 17.78%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6382D (or 0xD6382D) is known color: Persian Red. HEX triplet: D6, 38 and 2D. RGB value is (214,56,45). Sum of RGB (Red+Green+Blue) = 214+56+45=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6382D is #29C7D2. Grayscale: #666666. Windows color (decimal): -2738131 or 2963670. OLE color: 2963670.

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

Color convert

RGB 214 56 45 -
CMYK 0 0.74 0.79 0.16
HSL 3.91º 0.67% 0.51% -
HSV(B) 3.91º 0.79% 0.84% -
XYZ 29.62 17.31 4.26 -
YUV 101.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 214 56 45 0 0.74 0.79 0.16 3.91 0.67 0.51
Hex D6 38 2D 0 4A 4F 10 4 43 33
Octal 326 70 55 0 112 117 20 4 103 63
Binary 11010110 111000 101101 0 1001010 1001111 10000 100 1000011 110011

Color Harmonies of #D6382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6382D

Black with #D6382D

Text Example


Text Example

White with #D6382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6382D; }

 p { color: rgb(214,56,45); }

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

background-color css

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

 a { background-color: rgb(214,56,45); }

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

border-color css

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

 span { border-color: rgb(214,56,45); }

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