Html Css Color HEX #D6352F Persian Red

📋 copy color: '#D6352F'

red 214 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #D6352F

Tints of Persian Red #D6352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 68.15%
G = 16.88%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6352F (or 0xD6352F) is known color: Persian Red. HEX triplet: D6, 35 and 2F. RGB value is (214,53,47). Sum of RGB (Red+Green+Blue) = 214+53+47=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6352F is #29CAD0. Grayscale: #646464. Windows color (decimal): -2738897 or 3093974. OLE color: 3093974.

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

Color convert

RGB 214 53 47 -
CMYK 0 0.75 0.78 0.16
HSL 2.16º 0.67% 0.51% -
HSV(B) 2.16º 0.78% 0.84% -
XYZ 29.52 17.05 4.42 -
YUV 100.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 214 53 47 0 0.75 0.78 0.16 2.16 0.67 0.51
Hex D6 35 2F 0 4B 4E 10 2 43 33
Octal 326 65 57 0 113 116 20 2 103 63
Binary 11010110 110101 101111 0 1001011 1001110 10000 10 1000011 110011

Color Harmonies of #D6352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6352F

Black with #D6352F

Text Example


Text Example

White with #D6352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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