Html Css Color HEX #DE2D25 Persian Red

📋 copy color: '#DE2D25'

red 222 ◦ green 45 ◦ blue 37

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

Shades of Persian Red #DE2D25

Tints of Persian Red #DE2D25

RGB

 RED value IS 222 (87.11% from 255) = 73.03%

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 73.03%
G = 14.8%
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

#DE2D25 (or 0xDE2D25) is known color: Persian Red. HEX triplet: DE, 2D and 25. RGB value is (222,45,37). Sum of RGB (Red+Green+Blue) = 222+45+37=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D25 is #21D2DA. Grayscale: #616161. Windows color (decimal): -2216667 or 2436574. OLE color: 2436574.

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

Color convert

RGB 222 45 37 -
CMYK 0 0.80 0.83 0.13
HSL 2.59º 0.74% 0.51% -
HSV(B) 2.59º 0.83% 0.87% -
XYZ 31.4 17.54 3.48 -
YUV 97.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 222 45 37 0 0.80 0.83 0.13 2.59 0.74 0.51
Hex DE 2D 25 0 50 53 D 3 4A 33
Octal 336 55 45 0 120 123 15 3 112 63
Binary 11011110 101101 100101 0 1010000 1010011 1101 11 1001010 110011

Color Harmonies of #DE2D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D25

Black with #DE2D25

Text Example


Text Example

White with #DE2D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D25; }

 p { color: rgb(222,45,37); }

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

background-color css

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

 a { background-color: rgb(222,45,37); }

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

border-color css

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

 span { border-color: rgb(222,45,37); }

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