Html Css Color HEX #DC302F Persian Red

📋 copy color: '#DC302F'

red 220 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #DC302F

Tints of Persian Red #DC302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 69.84%
G = 15.24%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC302F (or 0xDC302F) is known color: Persian Red. HEX triplet: DC, 30 and 2F. RGB value is (220,48,47). Sum of RGB (Red+Green+Blue) = 220+48+47=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302F is #23CFD0. Grayscale: #636363. Windows color (decimal): -2346961 or 3092700. OLE color: 3092700.

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

Color convert

RGB 220 48 47 -
CMYK 0 0.78 0.79 0.14
HSL 0.35º 0.71% 0.52% -
HSV(B) 0.35º 0.79% 0.86% -
XYZ 31.09 17.53 4.44 -
YUV 99.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 220 48 47 0 0.78 0.79 0.14 0.35 0.71 0.52
Hex DC 30 2F 0 4E 4F E 0 47 34
Octal 334 60 57 0 116 117 16 0 107 64
Binary 11011100 110000 101111 0 1001110 1001111 1110 0 1000111 110100

Color Harmonies of #DC302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC302F

Black with #DC302F

Text Example


Text Example

White with #DC302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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