Html Css Color HEX #DF302D Persian Red

📋 copy color: '#DF302D'

red 223 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #DF302D

Tints of Persian Red #DF302D

RGB

 RED value IS 223 (87.5% from 255) = 70.57%

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

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

R = 70.57%
G = 15.19%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF302D (or 0xDF302D) is known color: Persian Red. HEX triplet: DF, 30 and 2D. RGB value is (223,48,45). Sum of RGB (Red+Green+Blue) = 223+48+45=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF302D is #20CFD2. Grayscale: #646464. Windows color (decimal): -2150355 or 2961631. OLE color: 2961631.

HSL color Cylindrical-coordinate representation of color #DF302D: hue angle of 1.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF302D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 45 -
CMYK 0 0.78 0.80 0.13
HSL 1.01º 0.74% 0.53% -
HSV(B) 1.01º 0.8% 0.87% -
XYZ 31.96 17.99 4.27 -
YUV 99.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 223 48 45 0 0.78 0.80 0.13 1.01 0.74 0.53
Hex DF 30 2D 0 4E 50 D 1 4A 35
Octal 337 60 55 0 116 120 15 1 112 65
Binary 11011111 110000 101101 0 1001110 1010000 1101 1 1001010 110101

Color Harmonies of #DF302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF302D

Black with #DF302D

Text Example


Text Example

White with #DF302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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