Html Css Color HEX #D2392C Persian Red

📋 copy color: '#D2392C'

red 210 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #D2392C

Tints of Persian Red #D2392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 67.52%
G = 18.33%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2392C (or 0xD2392C) is known color: Persian Red. HEX triplet: D2, 39 and 2C. RGB value is (210,57,44). Sum of RGB (Red+Green+Blue) = 210+57+44=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2392C is #2DC6D3. Grayscale: #656565. Windows color (decimal): -3000020 or 2898386. OLE color: 2898386.

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

Color convert

RGB 210 57 44 -
CMYK 0 0.73 0.79 0.18
HSL 4.7º 0.65% 0.5% -
HSV(B) 4.7º 0.79% 0.82% -
XYZ 28.5 16.81 4.13 -
YUV 101.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 210 57 44 0 0.73 0.79 0.18 4.7 0.65 0.5
Hex D2 39 2C 0 49 4F 12 5 41 32
Octal 322 71 54 0 111 117 22 5 101 62
Binary 11010010 111001 101100 0 1001001 1001111 10010 101 1000001 110010

Color Harmonies of #D2392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2392C

Black with #D2392C

Text Example


Text Example

White with #D2392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2392C; }

 p { color: rgb(210,57,44); }

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

background-color css

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

 a { background-color: rgb(210,57,44); }

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

border-color css

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

 span { border-color: rgb(210,57,44); }

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