Html Css Color HEX #EC231C Scarlet

📋 copy color: '#EC231C'

red 236 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #EC231C

Tints of Scarlet #EC231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 78.93%
G = 11.71%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC231C (or 0xEC231C) is known color: Scarlet. HEX triplet: EC, 23 and 1C. RGB value is (236,35,28). Sum of RGB (Red+Green+Blue) = 236+35+28=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC231C is #13DCE3. Grayscale: #5E5E5E. Windows color (decimal): -1301732 or 1844204. OLE color: 1844204.

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

Color convert

RGB 236 35 28 -
CMYK 0 0.85 0.88 0.07
HSL 2.02º 0.85% 0.52% -
HSV(B) 2.02º 0.88% 0.93% -
XYZ 35.4 19.12 2.92 -
YUV 94.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 236 35 28 0 0.85 0.88 0.07 2.02 0.85 0.52
Hex EC 23 1C 0 55 58 7 2 55 34
Octal 354 43 34 0 125 130 7 2 125 64
Binary 11101100 100011 11100 0 1010101 1011000 111 10 1010101 110100

Color Harmonies of #EC231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC231C

Black with #EC231C

Text Example


Text Example

White with #EC231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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