Html Css Color HEX #DF302E Persian Red

📋 copy color: '#DF302E'

red 223 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #DF302E

Tints of Persian Red #DF302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 70.35%
G = 15.14%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF302E (or 0xDF302E) is known color: Persian Red. HEX triplet: DF, 30 and 2E. RGB value is (223,48,46). Sum of RGB (Red+Green+Blue) = 223+48+46=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF302E is #20CFD1. Grayscale: #646464. Windows color (decimal): -2150354 or 3027167. OLE color: 3027167.

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

Color convert

RGB 223 48 46 -
CMYK 0 0.78 0.79 0.13
HSL 0.68º 0.73% 0.53% -
HSV(B) 0.68º 0.79% 0.87% -
XYZ 31.98 18 4.37 -
YUV 100.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 223 48 46 0 0.78 0.79 0.13 0.68 0.73 0.53
Hex DF 30 2E 0 4E 4F D 1 49 35
Octal 337 60 56 0 116 117 15 1 111 65
Binary 11011111 110000 101110 0 1001110 1001111 1101 1 1001001 110101

Color Harmonies of #DF302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF302E

Black with #DF302E

Text Example


Text Example

White with #DF302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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