Html Css Color HEX #DE2B27 Persian Red

📋 copy color: '#DE2B27'

red 222 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #DE2B27

Tints of Persian Red #DE2B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 73.03%
G = 14.14%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE2B27 (or 0xDE2B27) is known color: Persian Red. HEX triplet: DE, 2B and 27. RGB value is (222,43,39). Sum of RGB (Red+Green+Blue) = 222+43+39=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B27 is #21D4D8. Grayscale: #606060. Windows color (decimal): -2217177 or 2567134. OLE color: 2567134.

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

Color convert

RGB 222 43 39 -
CMYK 0 0.81 0.82 0.13
HSL 1.31º 0.73% 0.51% -
HSV(B) 1.31º 0.82% 0.87% -
XYZ 31.35 17.4 3.63 -
YUV 96.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 222 43 39 0 0.81 0.82 0.13 1.31 0.73 0.51
Hex DE 2B 27 0 51 52 D 1 49 33
Octal 336 53 47 0 121 122 15 1 111 63
Binary 11011110 101011 100111 0 1010001 1010010 1101 1 1001001 110011

Color Harmonies of #DE2B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B27

Black with #DE2B27

Text Example


Text Example

White with #DE2B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B27; }

 p { color: rgb(222,43,39); }

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

background-color css

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

 a { background-color: rgb(222,43,39); }

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

border-color css

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

 span { border-color: rgb(222,43,39); }

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