Html Css Color HEX #DF2C25 Persian Red

📋 copy color: '#DF2C25'

red 223 ◦ green 44 ◦ blue 37

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

Shades of Persian Red #DF2C25

Tints of Persian Red #DF2C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 73.36%
G = 14.47%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2C25 (or 0xDF2C25) is known color: Persian Red. HEX triplet: DF, 2C and 25. RGB value is (223,44,37). Sum of RGB (Red+Green+Blue) = 223+44+37=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C25 is #20D3DA. Grayscale: #606060. Windows color (decimal): -2151387 or 2436319. OLE color: 2436319.

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

Color convert

RGB 223 44 37 -
CMYK 0 0.80 0.83 0.13
HSL 2.26º 0.74% 0.51% -
HSV(B) 2.26º 0.83% 0.87% -
XYZ 31.67 17.62 3.48 -
YUV 96.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 223 44 37 0 0.80 0.83 0.13 2.26 0.74 0.51
Hex DF 2C 25 0 50 53 D 2 4A 33
Octal 337 54 45 0 120 123 15 2 112 63
Binary 11011111 101100 100101 0 1010000 1010011 1101 10 1001010 110011

Color Harmonies of #DF2C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C25

Black with #DF2C25

Text Example


Text Example

White with #DF2C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C25; }

 p { color: rgb(223,44,37); }

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

background-color css

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

 a { background-color: rgb(223,44,37); }

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

border-color css

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

 span { border-color: rgb(223,44,37); }

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