Html Css Color HEX #D6332F Persian Red

📋 copy color: '#D6332F'

red 214 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #D6332F

Tints of Persian Red #D6332F

RGB

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

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

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

R = 68.59%
G = 16.35%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6332F (or 0xD6332F) is known color: Persian Red. HEX triplet: D6, 33 and 2F. RGB value is (214,51,47). Sum of RGB (Red+Green+Blue) = 214+51+47=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6332F is #29CCD0. Grayscale: #636363. Windows color (decimal): -2739409 or 3093462. OLE color: 3093462.

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

Color convert

RGB 214 51 47 -
CMYK 0 0.76 0.78 0.16
HSL 1.44º 0.67% 0.51% -
HSV(B) 1.44º 0.78% 0.84% -
XYZ 29.43 16.87 4.39 -
YUV 99.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 214 51 47 0 0.76 0.78 0.16 1.44 0.67 0.51
Hex D6 33 2F 0 4C 4E 10 1 43 33
Octal 326 63 57 0 114 116 20 1 103 63
Binary 11010110 110011 101111 0 1001100 1001110 10000 1 1000011 110011

Color Harmonies of #D6332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6332F

Black with #D6332F

Text Example


Text Example

White with #D6332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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