Html Css Color HEX #EC270D Scarlet

📋 copy color: '#EC270D'

red 236 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #EC270D

Tints of Scarlet #EC270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 81.94%
G = 13.54%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC270D (or 0xEC270D) is known color: Scarlet. HEX triplet: EC, 27 and 0D. RGB value is (236,39,13). Sum of RGB (Red+Green+Blue) = 236+39+13=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC270D is #13D8F2. Grayscale: #5F5F5F. Windows color (decimal): -1300723 or 862188. OLE color: 862188.

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

Color convert

RGB 236 39 13 -
CMYK 0 0.83 0.94 0.07
HSL 0.9% 0.49% -
HSV(B) 0.94% 0.93% -
XYZ 35.39 19.31 2.24 -
YUV 94.94 81.77 228.61 -
System Red Green Blue C M Y K H S L
Decimal 236 39 13 0 0.83 0.94 0.07 7 0.9 0.49
Hex EC 27 D 0 53 5E 7 7 5A 31
Octal 354 47 15 0 123 136 7 7 132 61
Binary 11101100 100111 1101 0 1010011 1011110 111 111 1011010 110001

Color Harmonies of #EC270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC270D

Black with #EC270D

Text Example


Text Example

White with #EC270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC270D; }

 p { color: rgb(236,39,13); }

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

background-color css

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

 a { background-color: rgb(236,39,13); }

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

border-color css

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

 span { border-color: rgb(236,39,13); }

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