Html Css Color HEX #ED260C Scarlet

📋 copy color: '#ED260C'

red 237 ◦ green 38 ◦ blue 12

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

Shades of Scarlet #ED260C

Tints of Scarlet #ED260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 82.58%
G = 13.24%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED260C (or 0xED260C) is known color: Scarlet. HEX triplet: ED, 26 and 0C. RGB value is (237,38,12). Sum of RGB (Red+Green+Blue) = 237+38+12=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED260C is #12D9F3. Grayscale: #5E5E5E. Windows color (decimal): -1235444 or 796397. OLE color: 796397.

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

Color convert

RGB 237 38 12 -
CMYK 0 0.84 0.95 0.07
HSL 6.93º 0.9% 0.49% -
HSV(B) 6.93º 0.95% 0.93% -
XYZ 35.68 19.42 2.21 -
YUV 94.54 81.43 229.61 -
System Red Green Blue C M Y K H S L
Decimal 237 38 12 0 0.84 0.95 0.07 6.93 0.9 0.49
Hex ED 26 C 0 54 5F 7 7 5A 31
Octal 355 46 14 0 124 137 7 7 132 61
Binary 11101101 100110 1100 0 1010100 1011111 111 111 1011010 110001

Color Harmonies of #ED260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED260C

Black with #ED260C

Text Example


Text Example

White with #ED260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED260C; }

 p { color: rgb(237,38,12); }

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

background-color css

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

 a { background-color: rgb(237,38,12); }

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

border-color css

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

 span { border-color: rgb(237,38,12); }

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