Html Css Color HEX #ED261A Scarlet

📋 copy color: '#ED261A'

red 237 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #ED261A

Tints of Scarlet #ED261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 78.74%
G = 12.62%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED261A (or 0xED261A) is known color: Scarlet. HEX triplet: ED, 26 and 1A. RGB value is (237,38,26). Sum of RGB (Red+Green+Blue) = 237+38+26=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED261A is #12D9E5. Grayscale: #606060. Windows color (decimal): -1235430 or 1713901. OLE color: 1713901.

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

Color convert

RGB 237 38 26 -
CMYK 0 0.84 0.89 0.07
HSL 3.41º 0.85% 0.52% -
HSV(B) 3.41º 0.89% 0.93% -
XYZ 35.8 19.47 2.85 -
YUV 96.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 237 38 26 0 0.84 0.89 0.07 3.41 0.85 0.52
Hex ED 26 1A 0 54 59 7 3 55 34
Octal 355 46 32 0 124 131 7 3 125 64
Binary 11101101 100110 11010 0 1010100 1011001 111 11 1010101 110100

Color Harmonies of #ED261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED261A

Black with #ED261A

Text Example


Text Example

White with #ED261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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