Html Css Color HEX #E61F1D Persian Red

📋 copy color: '#E61F1D'

red 230 ◦ green 31 ◦ blue 29

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

Shades of Persian Red #E61F1D

Tints of Persian Red #E61F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 79.31%
G = 10.69%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E61F1D (or 0xE61F1D) is known color: Persian Red. HEX triplet: E6, 1F and 1D. RGB value is (230,31,29). Sum of RGB (Red+Green+Blue) = 230+31+29=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61F1D is #19E0E2. Grayscale: #5A5A5A. Windows color (decimal): -1695971 or 1908710. OLE color: 1908710.

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

Color convert

RGB 230 31 29 -
CMYK 0 0.87 0.87 0.10
HSL 0.6º 0.8% 0.51% -
HSV(B) 0.6º 0.87% 0.9% -
XYZ 33.34 17.89 2.86 -
YUV 90.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 230 31 29 0 0.87 0.87 0.10 0.6 0.8 0.51
Hex E6 1F 1D 0 57 57 A 1 50 33
Octal 346 37 35 0 127 127 12 1 120 63
Binary 11100110 11111 11101 0 1010111 1010111 1010 1 1010000 110011

Color Harmonies of #E61F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F1D

Black with #E61F1D

Text Example


Text Example

White with #E61F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F1D; }

 p { color: rgb(230,31,29); }

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

background-color css

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

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

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

border-color css

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

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

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