Html Css Color HEX #DE251F Persian Red

📋 copy color: '#DE251F'

red 222 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #DE251F

Tints of Persian Red #DE251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 76.55%
G = 12.76%
B = 10.69%

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

#DE251F (or 0xDE251F) is known color: Persian Red. HEX triplet: DE, 25 and 1F. RGB value is (222,37,31). Sum of RGB (Red+Green+Blue) = 222+37+31=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE251F is #21DAE0. Grayscale: #5B5B5B. Windows color (decimal): -2218721 or 2041310. OLE color: 2041310.

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

Color convert

RGB 222 37 31 -
CMYK 0 0.83 0.86 0.13
HSL 1.88º 0.75% 0.5% -
HSV(B) 1.88º 0.86% 0.87% -
XYZ 31.03 16.95 2.93 -
YUV 91.63 93.79 220.99 -
System Red Green Blue C M Y K H S L
Decimal 222 37 31 0 0.83 0.86 0.13 1.88 0.75 0.5
Hex DE 25 1F 0 53 56 D 2 4B 32
Octal 336 45 37 0 123 126 15 2 113 62
Binary 11011110 100101 11111 0 1010011 1010110 1101 10 1001011 110010

Color Harmonies of #DE251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE251F

Black with #DE251F

Text Example


Text Example

White with #DE251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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