Html Css Color HEX #ED231C Scarlet

📋 copy color: '#ED231C'

red 237 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #ED231C

Tints of Scarlet #ED231C

RGB

 RED value IS 237 (92.97% from 255) = 79%

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 79%
G = 11.67%
B = 9.33%

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

#ED231C (or 0xED231C) is known color: Scarlet. HEX triplet: ED, 23 and 1C. RGB value is (237,35,28). Sum of RGB (Red+Green+Blue) = 237+35+28=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED231C is #12DCE3. Grayscale: #5E5E5E. Windows color (decimal): -1236196 or 1844205. OLE color: 1844205.

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

Color convert

RGB 237 35 28 -
CMYK 0 0.85 0.88 0.07
HSL 2.01º 0.85% 0.52% -
HSV(B) 2.01º 0.88% 0.93% -
XYZ 35.74 19.29 2.94 -
YUV 94.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 237 35 28 0 0.85 0.88 0.07 2.01 0.85 0.52
Hex ED 23 1C 0 55 58 7 2 55 34
Octal 355 43 34 0 125 130 7 2 125 64
Binary 11101101 100011 11100 0 1010101 1011000 111 10 1010101 110100

Color Harmonies of #ED231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED231C

Black with #ED231C

Text Example


Text Example

White with #ED231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED231C; }

 p { color: rgb(237,35,28); }

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

background-color css

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

 a { background-color: rgb(237,35,28); }

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

border-color css

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

 span { border-color: rgb(237,35,28); }

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