Html Css Color HEX #ED230F Scarlet

📋 copy color: '#ED230F'

red 237 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #ED230F

Tints of Scarlet #ED230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 82.58%
G = 12.2%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED230F (or 0xED230F) is known color: Scarlet. HEX triplet: ED, 23 and 0F. RGB value is (237,35,15). Sum of RGB (Red+Green+Blue) = 237+35+15=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED230F is #12DCF0. Grayscale: #5D5D5D. Windows color (decimal): -1236209 or 992237. OLE color: 992237.

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

Color convert

RGB 237 35 15 -
CMYK 0 0.85 0.94 0.07
HSL 5.41º 0.88% 0.49% -
HSV(B) 5.41º 0.94% 0.93% -
XYZ 35.61 19.24 2.29 -
YUV 93.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 237 35 15 0 0.85 0.94 0.07 5.41 0.88 0.49
Hex ED 23 F 0 55 5E 7 5 58 31
Octal 355 43 17 0 125 136 7 5 130 61
Binary 11101101 100011 1111 0 1010101 1011110 111 101 1011000 110001

Color Harmonies of #ED230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED230F

Black with #ED230F

Text Example


Text Example

White with #ED230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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