Html Css Color HEX #DC2B23 Persian Red

📋 copy color: '#DC2B23'

red 220 ◦ green 43 ◦ blue 35

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

Shades of Persian Red #DC2B23

Tints of Persian Red #DC2B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 35 (14.06% from 255) = 11.74%

R = 73.83%
G = 14.43%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2B23 (or 0xDC2B23) is known color: Persian Red. HEX triplet: DC, 2B and 23. RGB value is (220,43,35). Sum of RGB (Red+Green+Blue) = 220+43+35=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B23 is #23D4DC. Grayscale: #5F5F5F. Windows color (decimal): -2348253 or 2304988. OLE color: 2304988.

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

Color convert

RGB 220 43 35 -
CMYK 0 0.80 0.84 0.14
HSL 2.59º 0.73% 0.5% -
HSV(B) 2.59º 0.84% 0.86% -
XYZ 30.68 17.06 3.27 -
YUV 95.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 220 43 35 0 0.80 0.84 0.14 2.59 0.73 0.5
Hex DC 2B 23 0 50 54 E 3 49 32
Octal 334 53 43 0 120 124 16 3 111 62
Binary 11011100 101011 100011 0 1010000 1010100 1110 11 1001001 110010

Color Harmonies of #DC2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B23

Black with #DC2B23

Text Example


Text Example

White with #DC2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B23; }

 p { color: rgb(220,43,35); }

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

background-color css

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

 a { background-color: rgb(220,43,35); }

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

border-color css

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

 span { border-color: rgb(220,43,35); }

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