Html Css Color HEX #EC251D Scarlet

📋 copy color: '#EC251D'

red 236 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #EC251D

Tints of Scarlet #EC251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 78.15%
G = 12.25%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC251D (or 0xEC251D) is known color: Scarlet. HEX triplet: EC, 25 and 1D. RGB value is (236,37,29). Sum of RGB (Red+Green+Blue) = 236+37+29=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC251D is #13DAE2. Grayscale: #5F5F5F. Windows color (decimal): -1301219 or 1910252. OLE color: 1910252.

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

Color convert

RGB 236 37 29 -
CMYK 0 0.84 0.88 0.07
HSL 2.32º 0.84% 0.52% -
HSV(B) 2.32º 0.88% 0.93% -
XYZ 35.48 19.24 3.01 -
YUV 95.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 236 37 29 0 0.84 0.88 0.07 2.32 0.84 0.52
Hex EC 25 1D 0 54 58 7 2 54 34
Octal 354 45 35 0 124 130 7 2 124 64
Binary 11101100 100101 11101 0 1010100 1011000 111 10 1010100 110100

Color Harmonies of #EC251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC251D

Black with #EC251D

Text Example


Text Example

White with #EC251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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