Html Css Color HEX #D2342F Persian Red

📋 copy color: '#D2342F'

red 210 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #D2342F

Tints of Persian Red #D2342F

RGB

 RED value IS 210 (82.42% from 255) = 67.96%

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 67.96%
G = 16.83%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2342F (or 0xD2342F) is known color: Persian Red. HEX triplet: D2, 34 and 2F. RGB value is (210,52,47). Sum of RGB (Red+Green+Blue) = 210+52+47=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2342F is #2DCBD0. Grayscale: #626262. Windows color (decimal): -3001297 or 3093714. OLE color: 3093714.

HSL color Cylindrical-coordinate representation of color #D2342F: hue angle of 1.84º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2342F is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 47 -
CMYK 0 0.75 0.78 0.18
HSL 1.84º 0.64% 0.5% -
HSV(B) 1.84º 0.78% 0.82% -
XYZ 28.32 16.36 4.36 -
YUV 98.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 210 52 47 0 0.75 0.78 0.18 1.84 0.64 0.5
Hex D2 34 2F 0 4B 4E 12 2 40 32
Octal 322 64 57 0 113 116 22 2 100 62
Binary 11010010 110100 101111 0 1001011 1001110 10010 10 1000000 110010

Color Harmonies of #D2342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2342F

Black with #D2342F

Text Example


Text Example

White with #D2342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2342F; }

 p { color: rgb(210,52,47); }

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

background-color css

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

 a { background-color: rgb(210,52,47); }

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

border-color css

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

 span { border-color: rgb(210,52,47); }

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