Html Css Color HEX #DC302B Persian Red

📋 copy color: '#DC302B'

red 220 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #DC302B

Tints of Persian Red #DC302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 70.74%
G = 15.43%
B = 13.83%

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

#DC302B (or 0xDC302B) is known color: Persian Red. HEX triplet: DC, 30 and 2B. RGB value is (220,48,43). Sum of RGB (Red+Green+Blue) = 220+48+43=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302B is #23CFD4. Grayscale: #636363. Windows color (decimal): -2346965 or 2830556. OLE color: 2830556.

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

Color convert

RGB 220 48 43 -
CMYK 0 0.78 0.80 0.14
HSL 1.69º 0.72% 0.52% -
HSV(B) 1.69º 0.8% 0.86% -
XYZ 31.01 17.5 4.03 -
YUV 98.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 220 48 43 0 0.78 0.80 0.14 1.69 0.72 0.52
Hex DC 30 2B 0 4E 50 E 2 48 34
Octal 334 60 53 0 116 120 16 2 110 64
Binary 11011100 110000 101011 0 1001110 1010000 1110 10 1001000 110100

Color Harmonies of #DC302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC302B

Black with #DC302B

Text Example


Text Example

White with #DC302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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