Html Css Color HEX #D6372A Persian Red

📋 copy color: '#D6372A'

red 214 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #D6372A

Tints of Persian Red #D6372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 68.81%
G = 17.68%
B = 13.5%

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

#D6372A (or 0xD6372A) is known color: Persian Red. HEX triplet: D6, 37 and 2A. RGB value is (214,55,42). Sum of RGB (Red+Green+Blue) = 214+55+42=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6372A is #29C8D5. Grayscale: #656565. Windows color (decimal): -2738390 or 2766806. OLE color: 2766806.

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

Color convert

RGB 214 55 42 -
CMYK 0 0.74 0.80 0.16
HSL 4.53º 0.68% 0.5% -
HSV(B) 4.53º 0.8% 0.84% -
XYZ 29.52 17.2 3.95 -
YUV 101.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 214 55 42 0 0.74 0.80 0.16 4.53 0.68 0.5
Hex D6 37 2A 0 4A 50 10 5 44 32
Octal 326 67 52 0 112 120 20 5 104 62
Binary 11010110 110111 101010 0 1001010 1010000 10000 101 1000100 110010

Color Harmonies of #D6372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6372A

Black with #D6372A

Text Example


Text Example

White with #D6372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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