Html Css Color HEX #E62D0E Scarlet

📋 copy color: '#E62D0E'

red 230 ◦ green 45 ◦ blue 14

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

Shades of Scarlet #E62D0E

Tints of Scarlet #E62D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 79.58%
G = 15.57%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E62D0E (or 0xE62D0E) is known color: Scarlet. HEX triplet: E6, 2D and 0E. RGB value is (230,45,14). Sum of RGB (Red+Green+Blue) = 230+45+14=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D0E is #19D2F1. Grayscale: #616161. Windows color (decimal): -1692402 or 929254. OLE color: 929254.

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

Color convert

RGB 230 45 14 -
CMYK 0 0.80 0.94 0.10
HSL 8.61º 0.89% 0.48% -
HSV(B) 8.61º 0.94% 0.9% -
XYZ 33.65 18.73 2.26 -
YUV 96.78 81.29 223.02 -
System Red Green Blue C M Y K H S L
Decimal 230 45 14 0 0.80 0.94 0.10 8.61 0.89 0.48
Hex E6 2D E 0 50 5E A 9 59 30
Octal 346 55 16 0 120 136 12 11 131 60
Binary 11100110 101101 1110 0 1010000 1011110 1010 1001 1011001 110000

Color Harmonies of #E62D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62D0E

Black with #E62D0E

Text Example


Text Example

White with #E62D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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