Html Css Color HEX #E62D00 Scarlet

📋 copy color: '#E62D00'

red 230 ◦ green 45 ◦ blue 0

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

Shades of Scarlet #E62D00

Tints of Scarlet #E62D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.64%
G = 16.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E62D00 (or 0xE62D00) is known color: Scarlet. HEX triplet: E6, 2D and 00. RGB value is (230,45,0). Sum of RGB (Red+Green+Blue) = 230+45+0=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D00 is #19D2FF. Grayscale: #5F5F5F. Windows color (decimal): -1692416 or 11750. OLE color: 11750.

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

Color convert

RGB 230 45 0 -
CMYK 0 0.80 1 0.10
HSL 11.74º 1% 0.45% -
HSV(B) 11.74º 1% 0.9% -
XYZ 33.57 18.7 1.84 -
YUV 95.19 74.29 224.16 -
System Red Green Blue C M Y K H S L
Decimal 230 45 0 0 0.80 1 0.10 11.74 1 0.45
Hex E6 2D 0 0 50 64 A C 64 2D
Octal 346 55 0 0 120 144 12 14 144 55
Binary 11100110 101101 0 0 1010000 1100100 1010 1100 1100100 101101

Color Harmonies of #E62D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62D00

Black with #E62D00

Text Example


Text Example

White with #E62D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62D00; }

 p { color: rgb(230,45,0); }

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

background-color css

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

 a { background-color: rgb(230,45,0); }

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

border-color css

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

 span { border-color: rgb(230,45,0); }

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