Html Css Color HEX #DF231E Persian Red

📋 copy color: '#DF231E'

red 223 ◦ green 35 ◦ blue 30

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

Shades of Persian Red #DF231E

Tints of Persian Red #DF231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 77.43%
G = 12.15%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF231E (or 0xDF231E) is known color: Persian Red. HEX triplet: DF, 23 and 1E. RGB value is (223,35,30). Sum of RGB (Red+Green+Blue) = 223+35+30=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF231E is #20DCE1. Grayscale: #5A5A5A. Windows color (decimal): -2153698 or 1975263. OLE color: 1975263.

HSL color Cylindrical-coordinate representation of color #DF231E: hue angle of 1.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF231E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 30 -
CMYK 0 0.84 0.87 0.13
HSL 1.55º 0.76% 0.5% -
HSV(B) 1.55º 0.87% 0.87% -
XYZ 31.27 16.98 2.86 -
YUV 90.64 93.78 222.41 -
System Red Green Blue C M Y K H S L
Decimal 223 35 30 0 0.84 0.87 0.13 1.55 0.76 0.5
Hex DF 23 1E 0 54 57 D 2 4C 32
Octal 337 43 36 0 124 127 15 2 114 62
Binary 11011111 100011 11110 0 1010100 1010111 1101 10 1001100 110010

Color Harmonies of #DF231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF231E

Black with #DF231E

Text Example


Text Example

White with #DF231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF231E; }

 p { color: rgb(223,35,30); }

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

background-color css

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

 a { background-color: rgb(223,35,30); }

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

border-color css

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

 span { border-color: rgb(223,35,30); }

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