Html Css Color HEX #ED261C Scarlet

📋 copy color: '#ED261C'

red 237 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #ED261C

Tints of Scarlet #ED261C

RGB

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

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

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

R = 78.22%
G = 12.54%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED261C (or 0xED261C) is known color: Scarlet. HEX triplet: ED, 26 and 1C. RGB value is (237,38,28). Sum of RGB (Red+Green+Blue) = 237+38+28=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED261C is #12D9E3. Grayscale: #606060. Windows color (decimal): -1235428 or 1844973. OLE color: 1844973.

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

Color convert

RGB 237 38 28 -
CMYK 0 0.84 0.88 0.07
HSL 2.87º 0.85% 0.52% -
HSV(B) 2.87º 0.88% 0.93% -
XYZ 35.83 19.47 2.97 -
YUV 96.36 89.43 228.31 -
System Red Green Blue C M Y K H S L
Decimal 237 38 28 0 0.84 0.88 0.07 2.87 0.85 0.52
Hex ED 26 1C 0 54 58 7 3 55 34
Octal 355 46 34 0 124 130 7 3 125 64
Binary 11101101 100110 11100 0 1010100 1011000 111 11 1010101 110100

Color Harmonies of #ED261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED261C

Black with #ED261C

Text Example


Text Example

White with #ED261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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