Html Css Color HEX #ED231E Scarlet

📋 copy color: '#ED231E'

red 237 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #ED231E

Tints of Scarlet #ED231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 78.48%
G = 11.59%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED231E (or 0xED231E) is known color: Scarlet. HEX triplet: ED, 23 and 1E. RGB value is (237,35,30). Sum of RGB (Red+Green+Blue) = 237+35+30=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED231E is #12DCE1. Grayscale: #5F5F5F. Windows color (decimal): -1236194 or 1975277. OLE color: 1975277.

HSL color Cylindrical-coordinate representation of color #ED231E: hue angle of 1.45º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED231E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 30 -
CMYK 0 0.85 0.87 0.07
HSL 1.45º 0.85% 0.52% -
HSV(B) 1.45º 0.87% 0.93% -
XYZ 35.76 19.3 3.07 -
YUV 94.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 237 35 30 0 0.85 0.87 0.07 1.45 0.85 0.52
Hex ED 23 1E 0 55 57 7 1 55 34
Octal 355 43 36 0 125 127 7 1 125 64
Binary 11101101 100011 11110 0 1010101 1010111 111 1 1010101 110100

Color Harmonies of #ED231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED231E

Black with #ED231E

Text Example


Text Example

White with #ED231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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