Html Css Color HEX #EC261D Scarlet

📋 copy color: '#EC261D'

red 236 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #EC261D

Tints of Scarlet #EC261D

RGB

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

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

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

R = 77.89%
G = 12.54%
B = 9.57%

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

#EC261D (or 0xEC261D) is known color: Scarlet. HEX triplet: EC, 26 and 1D. RGB value is (236,38,29). Sum of RGB (Red+Green+Blue) = 236+38+29=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261D is #13D9E2. Grayscale: #606060. Windows color (decimal): -1300963 or 1910508. OLE color: 1910508.

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

Color convert

RGB 236 38 29 -
CMYK 0 0.84 0.88 0.07
HSL 2.61º 0.84% 0.52% -
HSV(B) 2.61º 0.88% 0.93% -
XYZ 35.51 19.31 3.02 -
YUV 96.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 236 38 29 0 0.84 0.88 0.07 2.61 0.84 0.52
Hex EC 26 1D 0 54 58 7 3 54 34
Octal 354 46 35 0 124 130 7 3 124 64
Binary 11101100 100110 11101 0 1010100 1011000 111 11 1010100 110100

Color Harmonies of #EC261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC261D

Black with #EC261D

Text Example


Text Example

White with #EC261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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