Html Css Color HEX #E61C02 Scarlet

📋 copy color: '#E61C02'

red 230 ◦ green 28 ◦ blue 2

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

Shades of Scarlet #E61C02

Tints of Scarlet #E61C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 88.46%
G = 10.77%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E61C02 (or 0xE61C02) is known color: Scarlet. HEX triplet: E6, 1C and 02. RGB value is (230,28,2). Sum of RGB (Red+Green+Blue) = 230+28+2=260 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.46% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C02 is #19E3FD. Grayscale: #555555. Windows color (decimal): -1696766 or 138470. OLE color: 138470.

HSL color Cylindrical-coordinate representation of color #E61C02: hue angle of 6.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E61C02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 28 2 -
CMYK 0 0.88 0.99 0.10
HSL 6.84º 0.98% 0.45% -
HSV(B) 6.84º 0.99% 0.9% -
XYZ 33.06 17.66 1.72 -
YUV 85.43 80.92 231.11 -
System Red Green Blue C M Y K H S L
Decimal 230 28 2 0 0.88 0.99 0.10 6.84 0.98 0.45
Hex E6 1C 2 0 58 63 A 7 62 2D
Octal 346 34 2 0 130 143 12 7 142 55
Binary 11100110 11100 10 0 1011000 1100011 1010 111 1100010 101101

Color Harmonies of #E61C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C02

Black with #E61C02

Text Example


Text Example

White with #E61C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C02; }

 p { color: rgb(230,28,2); }

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

background-color css

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

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

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

border-color css

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

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

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