Html Css Color HEX #EC231D Scarlet

📋 copy color: '#EC231D'

red 236 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #EC231D

Tints of Scarlet #EC231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 78.67%
G = 11.67%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC231D (or 0xEC231D) is known color: Scarlet. HEX triplet: EC, 23 and 1D. RGB value is (236,35,29). Sum of RGB (Red+Green+Blue) = 236+35+29=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC231D is #13DCE2. Grayscale: #5E5E5E. Windows color (decimal): -1301731 or 1909740. OLE color: 1909740.

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

Color convert

RGB 236 35 29 -
CMYK 0 0.85 0.88 0.07
HSL 1.74º 0.84% 0.52% -
HSV(B) 1.74º 0.88% 0.93% -
XYZ 35.41 19.12 2.99 -
YUV 94.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 236 35 29 0 0.85 0.88 0.07 1.74 0.84 0.52
Hex EC 23 1D 0 55 58 7 2 54 34
Octal 354 43 35 0 125 130 7 2 124 64
Binary 11101100 100011 11101 0 1010101 1011000 111 10 1010100 110100

Color Harmonies of #EC231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC231D

Black with #EC231D

Text Example


Text Example

White with #EC231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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