Html Css Color HEX #EC260C Scarlet

📋 copy color: '#EC260C'

red 236 ◦ green 38 ◦ blue 12

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

Shades of Scarlet #EC260C

Tints of Scarlet #EC260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 82.52%
G = 13.29%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC260C (or 0xEC260C) is known color: Scarlet. HEX triplet: EC, 26 and 0C. RGB value is (236,38,12). Sum of RGB (Red+Green+Blue) = 236+38+12=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC260C is #13D9F3. Grayscale: #5E5E5E. Windows color (decimal): -1300980 or 796396. OLE color: 796396.

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

Color convert

RGB 236 38 12 -
CMYK 0 0.84 0.95 0.07
HSL 6.96º 0.9% 0.49% -
HSV(B) 6.96º 0.95% 0.93% -
XYZ 35.35 19.25 2.2 -
YUV 94.24 81.6 229.11 -
System Red Green Blue C M Y K H S L
Decimal 236 38 12 0 0.84 0.95 0.07 6.96 0.9 0.49
Hex EC 26 C 0 54 5F 7 7 5A 31
Octal 354 46 14 0 124 137 7 7 132 61
Binary 11101100 100110 1100 0 1010100 1011111 111 111 1011010 110001

Color Harmonies of #EC260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC260C

Black with #EC260C

Text Example


Text Example

White with #EC260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC260C; }

 p { color: rgb(236,38,12); }

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

background-color css

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

 a { background-color: rgb(236,38,12); }

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

border-color css

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

 span { border-color: rgb(236,38,12); }

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