Html Css Color HEX #E62622 Persian Red

📋 copy color: '#E62622'

red 230 ◦ green 38 ◦ blue 34

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

Shades of Persian Red #E62622

Tints of Persian Red #E62622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 76.16%
G = 12.58%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E62622 (or 0xE62622) is known color: Persian Red. HEX triplet: E6, 26 and 22. RGB value is (230,38,34). Sum of RGB (Red+Green+Blue) = 230+38+34=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E62622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62622 is #19D9DD. Grayscale: #5F5F5F. Windows color (decimal): -1694174 or 2238182. OLE color: 2238182.

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

Color convert

RGB 230 38 34 -
CMYK 0 0.83 0.85 0.10
HSL 1.22º 0.8% 0.52% -
HSV(B) 1.22º 0.85% 0.9% -
XYZ 33.61 18.32 3.28 -
YUV 94.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 230 38 34 0 0.83 0.85 0.10 1.22 0.8 0.52
Hex E6 26 22 0 53 55 A 1 50 34
Octal 346 46 42 0 123 125 12 1 120 64
Binary 11100110 100110 100010 0 1010011 1010101 1010 1 1010000 110100

Color Harmonies of #E62622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62622

Black with #E62622

Text Example


Text Example

White with #E62622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62622; }

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

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

background-color css

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

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

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

border-color css

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

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

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