Html Css Color HEX #EC231B Scarlet

📋 copy color: '#EC231B'

red 236 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #EC231B

Tints of Scarlet #EC231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 79.19%
G = 11.74%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC231B (or 0xEC231B) is known color: Scarlet. HEX triplet: EC, 23 and 1B. RGB value is (236,35,27). Sum of RGB (Red+Green+Blue) = 236+35+27=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC231B is #13DCE4. Grayscale: #5E5E5E. Windows color (decimal): -1301733 or 1778668. OLE color: 1778668.

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

Color convert

RGB 236 35 27 -
CMYK 0 0.85 0.89 0.07
HSL 2.3º 0.85% 0.52% -
HSV(B) 2.3º 0.89% 0.93% -
XYZ 35.39 19.11 2.86 -
YUV 94.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 236 35 27 0 0.85 0.89 0.07 2.3 0.85 0.52
Hex EC 23 1B 0 55 59 7 2 55 34
Octal 354 43 33 0 125 131 7 2 125 64
Binary 11101100 100011 11011 0 1010101 1011001 111 10 1010101 110100

Color Harmonies of #EC231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC231B

Black with #EC231B

Text Example


Text Example

White with #EC231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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