Html Css Color HEX #E42F01 Scarlet

📋 copy color: '#E42F01'

red 228 ◦ green 47 ◦ blue 1

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

Shades of Scarlet #E42F01

Tints of Scarlet #E42F01

RGB

 RED value IS 228 (89.45% from 255) = 82.61%

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 82.61%
G = 17.03%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E42F01 (or 0xE42F01) is known color: Scarlet. HEX triplet: E4, 2F and 01. RGB value is (228,47,1). Sum of RGB (Red+Green+Blue) = 228+47+1=276 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.61% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42F01 is #1BD0FE. Grayscale: #606060. Windows color (decimal): -1822975 or 77796. OLE color: 77796.

HSL color Cylindrical-coordinate representation of color #E42F01: hue angle of 12.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E42F01 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 47 1 -
CMYK 0 0.79 1.00 0.11
HSL 12.16º 0.99% 0.45% -
HSV(B) 12.16º 1% 0.89% -
XYZ 33.02 18.53 1.87 -
YUV 95.88 74.47 222.24 -
System Red Green Blue C M Y K H S L
Decimal 228 47 1 0 0.79 1.00 0.11 12.16 0.99 0.45
Hex E4 2F 1 0 4F 64 B C 63 2D
Octal 344 57 1 0 117 144 13 14 143 55
Binary 11100100 101111 1 0 1001111 1100100 1011 1100 1100011 101101

Color Harmonies of #E42F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42F01

Black with #E42F01

Text Example


Text Example

White with #E42F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42F01; }

 p { color: rgb(228,47,1); }

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

background-color css

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

 a { background-color: rgb(228,47,1); }

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

border-color css

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

 span { border-color: rgb(228,47,1); }

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