Html Css Color HEX #E42C02 Scarlet

📋 copy color: '#E42C02'

red 228 ◦ green 44 ◦ blue 2

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

Shades of Scarlet #E42C02

Tints of Scarlet #E42C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

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

R = 83.21%
G = 16.06%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E42C02 (or 0xE42C02) is known color: Scarlet. HEX triplet: E4, 2C and 02. RGB value is (228,44,2). Sum of RGB (Red+Green+Blue) = 228+44+2=274 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.21% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C02 is #1BD3FD. Grayscale: #5E5E5E. Windows color (decimal): -1823742 or 142564. OLE color: 142564.

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

Color convert

RGB 228 44 2 -
CMYK 0 0.81 0.99 0.11
HSL 11.15º 0.98% 0.45% -
HSV(B) 11.15º 0.99% 0.89% -
XYZ 32.91 18.3 1.86 -
YUV 94.23 75.96 223.42 -
System Red Green Blue C M Y K H S L
Decimal 228 44 2 0 0.81 0.99 0.11 11.15 0.98 0.45
Hex E4 2C 2 0 51 63 B B 62 2D
Octal 344 54 2 0 121 143 13 13 142 55
Binary 11100100 101100 10 0 1010001 1100011 1011 1011 1100010 101101

Color Harmonies of #E42C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42C02

Black with #E42C02

Text Example


Text Example

White with #E42C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42C02; }

 p { color: rgb(228,44,2); }

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

background-color css

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

 a { background-color: rgb(228,44,2); }

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

border-color css

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

 span { border-color: rgb(228,44,2); }

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