Html Css Color HEX #EC251B Scarlet

📋 copy color: '#EC251B'

red 236 ◦ green 37 ◦ blue 27

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

Shades of Scarlet #EC251B

Tints of Scarlet #EC251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 78.67%
G = 12.33%
B = 9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC251B (or 0xEC251B) is known color: Scarlet. HEX triplet: EC, 25 and 1B. RGB value is (236,37,27). Sum of RGB (Red+Green+Blue) = 236+37+27=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC251B is #13DAE4. Grayscale: #5F5F5F. Windows color (decimal): -1301221 or 1779180. OLE color: 1779180.

HSL color Cylindrical-coordinate representation of color #EC251B: hue angle of 2.87º 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 #EC251B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 27 -
CMYK 0 0.84 0.89 0.07
HSL 2.87º 0.85% 0.52% -
HSV(B) 2.87º 0.89% 0.93% -
XYZ 35.45 19.24 2.88 -
YUV 95.36 89.43 228.31 -
System Red Green Blue C M Y K H S L
Decimal 236 37 27 0 0.84 0.89 0.07 2.87 0.85 0.52
Hex EC 25 1B 0 54 59 7 3 55 34
Octal 354 45 33 0 124 131 7 3 125 64
Binary 11101100 100101 11011 0 1010100 1011001 111 11 1010101 110100

Color Harmonies of #EC251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC251B

Black with #EC251B

Text Example


Text Example

White with #EC251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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