Html Css Color HEX #D6382B Persian Red

📋 copy color: '#D6382B'

red 214 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #D6382B

Tints of Persian Red #D6382B

RGB

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

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

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

R = 68.37%
G = 17.89%
B = 13.74%

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

#D6382B (or 0xD6382B) is known color: Persian Red. HEX triplet: D6, 38 and 2B. RGB value is (214,56,43). Sum of RGB (Red+Green+Blue) = 214+56+43=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6382B is #29C7D4. Grayscale: #656565. Windows color (decimal): -2738133 or 2832598. OLE color: 2832598.

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

Color convert

RGB 214 56 43 -
CMYK 0 0.74 0.80 0.16
HSL 4.56º 0.68% 0.5% -
HSV(B) 4.56º 0.8% 0.84% -
XYZ 29.58 17.3 4.07 -
YUV 101.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 214 56 43 0 0.74 0.80 0.16 4.56 0.68 0.5
Hex D6 38 2B 0 4A 50 10 5 44 32
Octal 326 70 53 0 112 120 20 5 104 62
Binary 11010110 111000 101011 0 1001010 1010000 10000 101 1000100 110010

Color Harmonies of #D6382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6382B

Black with #D6382B

Text Example


Text Example

White with #D6382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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