Html Css Color HEX #DC302D Persian Red

📋 copy color: '#DC302D'

red 220 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #DC302D

Tints of Persian Red #DC302D

RGB

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

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

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

R = 70.29%
G = 15.34%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC302D (or 0xDC302D) is known color: Persian Red. HEX triplet: DC, 30 and 2D. RGB value is (220,48,45). Sum of RGB (Red+Green+Blue) = 220+48+45=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302D is #23CFD2. Grayscale: #636363. Windows color (decimal): -2346963 or 2961628. OLE color: 2961628.

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

Color convert

RGB 220 48 45 -
CMYK 0 0.78 0.80 0.14
HSL 1.03º 0.71% 0.52% -
HSV(B) 1.03º 0.8% 0.86% -
XYZ 31.05 17.52 4.23 -
YUV 99.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 220 48 45 0 0.78 0.80 0.14 1.03 0.71 0.52
Hex DC 30 2D 0 4E 50 E 1 47 34
Octal 334 60 55 0 116 120 16 1 107 64
Binary 11011100 110000 101101 0 1001110 1010000 1110 1 1000111 110100

Color Harmonies of #DC302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC302D

Black with #DC302D

Text Example


Text Example

White with #DC302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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