Html Css Color HEX #EC340B Scarlet

📋 copy color: '#EC340B'

red 236 ◦ green 52 ◦ blue 11

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

Shades of Scarlet #EC340B

Tints of Scarlet #EC340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 78.93%
G = 17.39%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC340B (or 0xEC340B) is known color: Scarlet. HEX triplet: EC, 34 and 0B. RGB value is (236,52,11). Sum of RGB (Red+Green+Blue) = 236+52+11=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC340B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC340B is #13CBF4. Grayscale: #666666. Windows color (decimal): -1297397 or 734444. OLE color: 734444.

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

Color convert

RGB 236 52 11 -
CMYK 0 0.78 0.95 0.07
HSL 10.93º 0.91% 0.48% -
HSV(B) 10.93º 0.95% 0.93% -
XYZ 35.88 20.31 2.35 -
YUV 102.34 76.46 223.33 -
System Red Green Blue C M Y K H S L
Decimal 236 52 11 0 0.78 0.95 0.07 10.93 0.91 0.48
Hex EC 34 B 0 4E 5F 7 B 5B 30
Octal 354 64 13 0 116 137 7 13 133 60
Binary 11101100 110100 1011 0 1001110 1011111 111 1011 1011011 110000

Color Harmonies of #EC340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC340B

Black with #EC340B

Text Example


Text Example

White with #EC340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC340B; }

 p { color: rgb(236,52,11); }

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

background-color css

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

 a { background-color: rgb(236,52,11); }

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

border-color css

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

 span { border-color: rgb(236,52,11); }

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