Html Css Color HEX #DC2D26 Persian Red

📋 copy color: '#DC2D26'

red 220 ◦ green 45 ◦ blue 38

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

Shades of Persian Red #DC2D26

Tints of Persian Red #DC2D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 72.61%
G = 14.85%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2D26 (or 0xDC2D26) is known color: Persian Red. HEX triplet: DC, 2D and 26. RGB value is (220,45,38). Sum of RGB (Red+Green+Blue) = 220+45+38=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D26 is #23D2D9. Grayscale: #606060. Windows color (decimal): -2347738 or 2502108. OLE color: 2502108.

HSL color Cylindrical-coordinate representation of color #DC2D26: hue angle of 2.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2D26 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 38 -
CMYK 0 0.80 0.83 0.14
HSL 2.31º 0.72% 0.51% -
HSV(B) 2.31º 0.83% 0.86% -
XYZ 30.8 17.23 3.54 -
YUV 96.53 94.98 216.07 -
System Red Green Blue C M Y K H S L
Decimal 220 45 38 0 0.80 0.83 0.14 2.31 0.72 0.51
Hex DC 2D 26 0 50 53 E 2 48 33
Octal 334 55 46 0 120 123 16 2 110 63
Binary 11011100 101101 100110 0 1010000 1010011 1110 10 1001000 110011

Color Harmonies of #DC2D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D26

Black with #DC2D26

Text Example


Text Example

White with #DC2D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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