Html Css Color HEX #E6230D Scarlet

📋 copy color: '#E6230D'

red 230 ◦ green 35 ◦ blue 13

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

Shades of Scarlet #E6230D

Tints of Scarlet #E6230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 82.73%
G = 12.59%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6230D (or 0xE6230D) is known color: Scarlet. HEX triplet: E6, 23 and 0D. RGB value is (230,35,13). Sum of RGB (Red+Green+Blue) = 230+35+13=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6230D is #19DCF2. Grayscale: #5B5B5B. Windows color (decimal): -1694963 or 861158. OLE color: 861158.

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

Color convert

RGB 230 35 13 -
CMYK 0 0.85 0.94 0.10
HSL 6.08º 0.89% 0.48% -
HSV(B) 6.08º 0.94% 0.9% -
XYZ 33.31 18.05 2.11 -
YUV 90.8 84.1 227.29 -
System Red Green Blue C M Y K H S L
Decimal 230 35 13 0 0.85 0.94 0.10 6.08 0.89 0.48
Hex E6 23 D 0 55 5E A 6 59 30
Octal 346 43 15 0 125 136 12 6 131 60
Binary 11100110 100011 1101 0 1010101 1011110 1010 110 1011001 110000

Color Harmonies of #E6230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6230D

Black with #E6230D

Text Example


Text Example

White with #E6230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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