Html Css Color HEX #D6372F Persian Red

📋 copy color: '#D6372F'

red 214 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #D6372F

Tints of Persian Red #D6372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 67.72%
G = 17.41%
B = 14.87%

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

#D6372F (or 0xD6372F) is known color: Persian Red. HEX triplet: D6, 37 and 2F. RGB value is (214,55,47). Sum of RGB (Red+Green+Blue) = 214+55+47=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6372F is #29C8D0. Grayscale: #656565. Windows color (decimal): -2738385 or 3094486. OLE color: 3094486.

HSL color Cylindrical-coordinate representation of color #D6372F: hue angle of 2.87º 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 #D6372F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 47 -
CMYK 0 0.74 0.78 0.16
HSL 2.87º 0.67% 0.51% -
HSV(B) 2.87º 0.78% 0.84% -
XYZ 29.61 17.23 4.46 -
YUV 101.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 214 55 47 0 0.74 0.78 0.16 2.87 0.67 0.51
Hex D6 37 2F 0 4A 4E 10 3 43 33
Octal 326 67 57 0 112 116 20 3 103 63
Binary 11010110 110111 101111 0 1001010 1001110 10000 11 1000011 110011

Color Harmonies of #D6372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6372F

Black with #D6372F

Text Example


Text Example

White with #D6372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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