Html Css Color HEX #D6332A Persian Red

📋 copy color: '#D6332A'

red 214 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #D6332A

Tints of Persian Red #D6332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 69.71%
G = 16.61%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6332A (or 0xD6332A) is known color: Persian Red. HEX triplet: D6, 33 and 2A. RGB value is (214,51,42). Sum of RGB (Red+Green+Blue) = 214+51+42=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6332A is #29CCD5. Grayscale: #626262. Windows color (decimal): -2739414 or 2765782. OLE color: 2765782.

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

Color convert

RGB 214 51 42 -
CMYK 0 0.76 0.80 0.16
HSL 3.14º 0.68% 0.5% -
HSV(B) 3.14º 0.8% 0.84% -
XYZ 29.33 16.83 3.89 -
YUV 98.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 214 51 42 0 0.76 0.80 0.16 3.14 0.68 0.5
Hex D6 33 2A 0 4C 50 10 3 44 32
Octal 326 63 52 0 114 120 20 3 104 62
Binary 11010110 110011 101010 0 1001100 1010000 10000 11 1000100 110010

Color Harmonies of #D6332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6332A

Black with #D6332A

Text Example


Text Example

White with #D6332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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