Html Css Color HEX #D6372B Persian Red

📋 copy color: '#D6372B'

red 214 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #D6372B

Tints of Persian Red #D6372B

RGB

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

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

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

R = 68.59%
G = 17.63%
B = 13.78%

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

#D6372B (or 0xD6372B) is known color: Persian Red. HEX triplet: D6, 37 and 2B. RGB value is (214,55,43). Sum of RGB (Red+Green+Blue) = 214+55+43=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6372B is #29C8D4. Grayscale: #656565. Windows color (decimal): -2738389 or 2832342. OLE color: 2832342.

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

Color convert

RGB 214 55 43 -
CMYK 0 0.74 0.80 0.16
HSL 4.21º 0.68% 0.5% -
HSV(B) 4.21º 0.8% 0.84% -
XYZ 29.53 17.2 4.05 -
YUV 101.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 214 55 43 0 0.74 0.80 0.16 4.21 0.68 0.5
Hex D6 37 2B 0 4A 50 10 4 44 32
Octal 326 67 53 0 112 120 20 4 104 62
Binary 11010110 110111 101011 0 1001010 1010000 10000 100 1000100 110010

Color Harmonies of #D6372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6372B

Black with #D6372B

Text Example


Text Example

White with #D6372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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