Html Css Color HEX #E62323 Persian Red

📋 copy color: '#E62323'

red 230 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #E62323

Tints of Persian Red #E62323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

 BLUE value IS 35 (14.06% from 255) = 11.67%

R = 76.67%
G = 11.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E62323 (or 0xE62323) is known color: Persian Red. HEX triplet: E6, 23 and 23. RGB value is (230,35,35). Sum of RGB (Red+Green+Blue) = 230+35+35=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E62323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62323 is #19DCDC. Grayscale: #5D5D5D. Windows color (decimal): -1694941 or 2302950. OLE color: 2302950.

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

Color convert

RGB 230 35 35 -
CMYK 0 0.85 0.85 0.10
HSL 0.8% 0.52% -
HSV(B) 0.85% 0.9% -
XYZ 33.54 18.15 3.33 -
YUV 93.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 230 35 35 0 0.85 0.85 0.10 0 0.8 0.52
Hex E6 23 23 0 55 55 A 0 50 34
Octal 346 43 43 0 125 125 12 0 120 64
Binary 11100110 100011 100011 0 1010101 1010101 1010 0 1010000 110100

Color Harmonies of #E62323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62323

Black with #E62323

Text Example


Text Example

White with #E62323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62323; }

 p { color: rgb(230,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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