Html Css Color HEX #DC302C Persian Red

📋 copy color: '#DC302C'

red 220 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #DC302C

Tints of Persian Red #DC302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 70.51%
G = 15.38%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC302C (or 0xDC302C) is known color: Persian Red. HEX triplet: DC, 30 and 2C. RGB value is (220,48,44). Sum of RGB (Red+Green+Blue) = 220+48+44=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302C is #23CFD3. Grayscale: #636363. Windows color (decimal): -2346964 or 2896092. OLE color: 2896092.

HSL color Cylindrical-coordinate representation of color #DC302C: hue angle of 1.36º degrees, saturation: 0.72, 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 #DC302C is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 44 -
CMYK 0 0.78 0.8 0.14
HSL 1.36º 0.72% 0.52% -
HSV(B) 1.36º 0.8% 0.86% -
XYZ 31.03 17.51 4.13 -
YUV 98.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 220 48 44 0 0.78 0.8 0.14 1.36 0.72 0.52
Hex DC 30 2C 0 4E 50 E 1 48 34
Octal 334 60 54 0 116 120 16 1 110 64
Binary 11011100 110000 101100 0 1001110 1010000 1110 1 1001000 110100

Color Harmonies of #DC302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC302C

Black with #DC302C

Text Example


Text Example

White with #DC302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC302C; }

 p { color: rgb(220,48,44); }

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

background-color css

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

 a { background-color: rgb(220,48,44); }

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

border-color css

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

 span { border-color: rgb(220,48,44); }

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