Html Css Color HEX #E6251F Persian Red

📋 copy color: '#E6251F'

red 230 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #E6251F

Tints of Persian Red #E6251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 77.18%
G = 12.42%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6251F (or 0xE6251F) is known color: Persian Red. HEX triplet: E6, 25 and 1F. RGB value is (230,37,31). Sum of RGB (Red+Green+Blue) = 230+37+31=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6251F is #19DAE0. Grayscale: #5E5E5E. Windows color (decimal): -1694433 or 2041318. OLE color: 2041318.

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

Color convert

RGB 230 37 31 -
CMYK 0 0.84 0.87 0.10
HSL 1.81º 0.8% 0.51% -
HSV(B) 1.81º 0.87% 0.9% -
XYZ 33.54 18.25 3.05 -
YUV 94.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 230 37 31 0 0.84 0.87 0.10 1.81 0.8 0.51
Hex E6 25 1F 0 54 57 A 2 50 33
Octal 346 45 37 0 124 127 12 2 120 63
Binary 11100110 100101 11111 0 1010100 1010111 1010 10 1010000 110011

Color Harmonies of #E6251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6251F

Black with #E6251F

Text Example


Text Example

White with #E6251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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