Html Css Color HEX #D6382F Persian Red

📋 copy color: '#D6382F'

red 214 ◦ green 56 ◦ blue 47

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

Shades of Persian Red #D6382F

Tints of Persian Red #D6382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 67.51%
G = 17.67%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6382F (or 0xD6382F) is known color: Persian Red. HEX triplet: D6, 38 and 2F. RGB value is (214,56,47). Sum of RGB (Red+Green+Blue) = 214+56+47=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D6382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6382F is #29C7D0. Grayscale: #666666. Windows color (decimal): -2738129 or 3094742. OLE color: 3094742.

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

Color convert

RGB 214 56 47 -
CMYK 0 0.74 0.78 0.16
HSL 3.23º 0.67% 0.51% -
HSV(B) 3.23º 0.78% 0.84% -
XYZ 29.66 17.33 4.47 -
YUV 102.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 214 56 47 0 0.74 0.78 0.16 3.23 0.67 0.51
Hex D6 38 2F 0 4A 4E 10 3 43 33
Octal 326 70 57 0 112 116 20 3 103 63
Binary 11010110 111000 101111 0 1001010 1001110 10000 11 1000011 110011

Color Harmonies of #D6382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6382F

Black with #D6382F

Text Example


Text Example

White with #D6382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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