Html Css Color HEX #E62D0C Scarlet

📋 copy color: '#E62D0C'

red 230 ◦ green 45 ◦ blue 12

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

Shades of Scarlet #E62D0C

Tints of Scarlet #E62D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 80.14%
G = 15.68%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E62D0C (or 0xE62D0C) is known color: Scarlet. HEX triplet: E6, 2D and 0C. RGB value is (230,45,12). Sum of RGB (Red+Green+Blue) = 230+45+12=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D0C is #19D2F3. Grayscale: #606060. Windows color (decimal): -1692404 or 798182. OLE color: 798182.

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

Color convert

RGB 230 45 12 -
CMYK 0 0.80 0.95 0.10
HSL 9.08º 0.9% 0.47% -
HSV(B) 9.08º 0.95% 0.9% -
XYZ 33.64 18.73 2.19 -
YUV 96.55 80.29 223.18 -
System Red Green Blue C M Y K H S L
Decimal 230 45 12 0 0.80 0.95 0.10 9.08 0.9 0.47
Hex E6 2D C 0 50 5F A 9 5A 2F
Octal 346 55 14 0 120 137 12 11 132 57
Binary 11100110 101101 1100 0 1010000 1011111 1010 1001 1011010 101111

Color Harmonies of #E62D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62D0C

Black with #E62D0C

Text Example


Text Example

White with #E62D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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