Html Css Color HEX #DE241F Persian Red

📋 copy color: '#DE241F'

red 222 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #DE241F

Tints of Persian Red #DE241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 76.82%
G = 12.46%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE241F (or 0xDE241F) is known color: Persian Red. HEX triplet: DE, 24 and 1F. RGB value is (222,36,31). Sum of RGB (Red+Green+Blue) = 222+36+31=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE241F is #21DBE0. Grayscale: #5B5B5B. Windows color (decimal): -2218977 or 2041054. OLE color: 2041054.

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

Color convert

RGB 222 36 31 -
CMYK 0 0.84 0.86 0.13
HSL 1.57º 0.75% 0.5% -
HSV(B) 1.57º 0.86% 0.87% -
XYZ 31 16.89 2.92 -
YUV 91.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 222 36 31 0 0.84 0.86 0.13 1.57 0.75 0.5
Hex DE 24 1F 0 54 56 D 2 4B 32
Octal 336 44 37 0 124 126 15 2 113 62
Binary 11011110 100100 11111 0 1010100 1010110 1101 10 1001011 110010

Color Harmonies of #DE241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE241F

Black with #DE241F

Text Example


Text Example

White with #DE241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE241F; }

 p { color: rgb(222,36,31); }

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

background-color css

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

 a { background-color: rgb(222,36,31); }

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

border-color css

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

 span { border-color: rgb(222,36,31); }

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