Html Css Color HEX #DC2F2D Persian Red

📋 copy color: '#DC2F2D'

red 220 ◦ green 47 ◦ blue 45

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

Shades of Persian Red #DC2F2D

Tints of Persian Red #DC2F2D

RGB

 RED value IS 220 (86.33% from 255) = 70.51%

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 70.51%
G = 15.06%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC2F2D (or 0xDC2F2D) is known color: Persian Red. HEX triplet: DC, 2F and 2D. RGB value is (220,47,45). Sum of RGB (Red+Green+Blue) = 220+47+45=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F2D is #23D0D2. Grayscale: #626262. Windows color (decimal): -2347219 or 2961372. OLE color: 2961372.

HSL color Cylindrical-coordinate representation of color #DC2F2D: hue angle of 0.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2F2D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 47 45 -
CMYK 0 0.79 0.80 0.14
HSL 0.69º 0.71% 0.52% -
HSV(B) 0.69º 0.8% 0.86% -
XYZ 31.01 17.44 4.21 -
YUV 98.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 220 47 45 0 0.79 0.80 0.14 0.69 0.71 0.52
Hex DC 2F 2D 0 4F 50 E 1 47 34
Octal 334 57 55 0 117 120 16 1 107 64
Binary 11011100 101111 101101 0 1001111 1010000 1110 1 1000111 110100

Color Harmonies of #DC2F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F2D

Black with #DC2F2D

Text Example


Text Example

White with #DC2F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F2D; }

 p { color: rgb(220,47,45); }

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

background-color css

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

 a { background-color: rgb(220,47,45); }

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

border-color css

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

 span { border-color: rgb(220,47,45); }

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