Html Css Color HEX #E42D02 Scarlet

📋 copy color: '#E42D02'

red 228 ◦ green 45 ◦ blue 2

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

Shades of Scarlet #E42D02

Tints of Scarlet #E42D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

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

R = 82.91%
G = 16.36%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E42D02 (or 0xE42D02) is known color: Scarlet. HEX triplet: E4, 2D and 02. RGB value is (228,45,2). Sum of RGB (Red+Green+Blue) = 228+45+2=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42D02 is #1BD2FD. Grayscale: #5F5F5F. Windows color (decimal): -1823486 or 142820. OLE color: 142820.

HSL color Cylindrical-coordinate representation of color #E42D02: hue angle of 11.42º 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 #E42D02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 2 -
CMYK 0 0.80 0.99 0.11
HSL 11.42º 0.98% 0.45% -
HSV(B) 11.42º 0.99% 0.89% -
XYZ 32.94 18.38 1.87 -
YUV 94.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 228 45 2 0 0.80 0.99 0.11 11.42 0.98 0.45
Hex E4 2D 2 0 50 63 B B 62 2D
Octal 344 55 2 0 120 143 13 13 142 55
Binary 11100100 101101 10 0 1010000 1100011 1011 1011 1100010 101101

Color Harmonies of #E42D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D02

Black with #E42D02

Text Example


Text Example

White with #E42D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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