Html Css Color HEX #DE261F Persian Red

📋 copy color: '#DE261F'

red 222 ◦ green 38 ◦ blue 31

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

Shades of Persian Red #DE261F

Tints of Persian Red #DE261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 76.29%
G = 13.06%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE261F (or 0xDE261F) is known color: Persian Red. HEX triplet: DE, 26 and 1F. RGB value is (222,38,31). Sum of RGB (Red+Green+Blue) = 222+38+31=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE261F is #21D9E0. Grayscale: #5C5C5C. Windows color (decimal): -2218465 or 2041566. OLE color: 2041566.

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

Color convert

RGB 222 38 31 -
CMYK 0 0.83 0.86 0.13
HSL 2.2º 0.75% 0.5% -
HSV(B) 2.2º 0.86% 0.87% -
XYZ 31.06 17.01 2.94 -
YUV 92.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 222 38 31 0 0.83 0.86 0.13 2.2 0.75 0.5
Hex DE 26 1F 0 53 56 D 2 4B 32
Octal 336 46 37 0 123 126 15 2 113 62
Binary 11011110 100110 11111 0 1010011 1010110 1101 10 1001011 110010

Color Harmonies of #DE261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE261F

Black with #DE261F

Text Example


Text Example

White with #DE261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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