Html Css Color HEX #E6221E Persian Red

📋 copy color: '#E6221E'

red 230 ◦ green 34 ◦ blue 30

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

Shades of Persian Red #E6221E

Tints of Persian Red #E6221E

RGB

 RED value IS 230 (90.23% from 255) = 78.23%

 GREEN value IS 34 (13.67% from 255) = 11.56%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 78.23%
G = 11.56%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6221E (or 0xE6221E) is known color: Persian Red. HEX triplet: E6, 22 and 1E. RGB value is (230,34,30). Sum of RGB (Red+Green+Blue) = 230+34+30=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6221E is #19DDE1. Grayscale: #5C5C5C. Windows color (decimal): -1695202 or 1975014. OLE color: 1975014.

HSL color Cylindrical-coordinate representation of color #E6221E: hue angle of 1.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6221E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 30 -
CMYK 0 0.85 0.87 0.10
HSL 1.2º 0.8% 0.51% -
HSV(B) 1.2º 0.87% 0.9% -
XYZ 33.44 18.06 2.95 -
YUV 92.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 230 34 30 0 0.85 0.87 0.10 1.2 0.8 0.51
Hex E6 22 1E 0 55 57 A 1 50 33
Octal 346 42 36 0 125 127 12 1 120 63
Binary 11100110 100010 11110 0 1010101 1010111 1010 1 1010000 110011

Color Harmonies of #E6221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6221E

Black with #E6221E

Text Example


Text Example

White with #E6221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6221E; }

 p { color: rgb(230,34,30); }

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

background-color css

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

 a { background-color: rgb(230,34,30); }

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

border-color css

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

 span { border-color: rgb(230,34,30); }

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