Html Css Color HEX #E7260C Scarlet

📋 copy color: '#E7260C'

red 231 ◦ green 38 ◦ blue 12

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

Shades of Scarlet #E7260C

Tints of Scarlet #E7260C

RGB

 RED value IS 231 (90.63% from 255) = 82.21%

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

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 82.21%
G = 13.52%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7260C (or 0xE7260C) is known color: Scarlet. HEX triplet: E7, 26 and 0C. RGB value is (231,38,12). Sum of RGB (Red+Green+Blue) = 231+38+12=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E7260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7260C is #18D9F3. Grayscale: #5D5D5D. Windows color (decimal): -1628660 or 796391. OLE color: 796391.

HSL color Cylindrical-coordinate representation of color #E7260C: hue angle of 7.12º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7260C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 38 12 -
CMYK 0 0.84 0.95 0.09
HSL 7.12º 0.9% 0.48% -
HSV(B) 7.12º 0.95% 0.91% -
XYZ 33.71 18.4 2.12 -
YUV 92.74 82.44 226.61 -
System Red Green Blue C M Y K H S L
Decimal 231 38 12 0 0.84 0.95 0.09 7.12 0.9 0.48
Hex E7 26 C 0 54 5F 9 7 5A 30
Octal 347 46 14 0 124 137 11 7 132 60
Binary 11100111 100110 1100 0 1010100 1011111 1001 111 1011010 110000

Color Harmonies of #E7260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7260C

Black with #E7260C

Text Example


Text Example

White with #E7260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7260C; }

 p { color: rgb(231,38,12); }

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

background-color css

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

 a { background-color: rgb(231,38,12); }

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

border-color css

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

 span { border-color: rgb(231,38,12); }

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