Html Css Color HEX #EC230E Scarlet

📋 copy color: '#EC230E'

red 236 ◦ green 35 ◦ blue 14

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

Shades of Scarlet #EC230E

Tints of Scarlet #EC230E

RGB

 RED value IS 236 (92.58% from 255) = 82.81%

 GREEN value IS 35 (14.06% from 255) = 12.28%

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

R = 82.81%
G = 12.28%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC230E (or 0xEC230E) is known color: Scarlet. HEX triplet: EC, 23 and 0E. RGB value is (236,35,14). Sum of RGB (Red+Green+Blue) = 236+35+14=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC230E is #13DCF1. Grayscale: #5C5C5C. Windows color (decimal): -1301746 or 926700. OLE color: 926700.

HSL color Cylindrical-coordinate representation of color #EC230E: hue angle of 5.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC230E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 35 14 -
CMYK 0 0.85 0.94 0.07
HSL 5.68º 0.89% 0.49% -
HSV(B) 5.68º 0.94% 0.93% -
XYZ 35.27 19.07 2.24 -
YUV 92.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 236 35 14 0 0.85 0.94 0.07 5.68 0.89 0.49
Hex EC 23 E 0 55 5E 7 6 59 31
Octal 354 43 16 0 125 136 7 6 131 61
Binary 11101100 100011 1110 0 1010101 1011110 111 110 1011001 110001

Color Harmonies of #EC230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC230E

Black with #EC230E

Text Example


Text Example

White with #EC230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC230E; }

 p { color: rgb(236,35,14); }

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

background-color css

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

 a { background-color: rgb(236,35,14); }

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

border-color css

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

 span { border-color: rgb(236,35,14); }

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