Html Css Color HEX #EF261C Scarlet

📋 copy color: '#EF261C'

red 239 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #EF261C

Tints of Scarlet #EF261C

RGB

 RED value IS 239 (93.75% from 255) = 78.36%

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

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

R = 78.36%
G = 12.46%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF261C (or 0xEF261C) is known color: Scarlet. HEX triplet: EF, 26 and 1C. RGB value is (239,38,28). Sum of RGB (Red+Green+Blue) = 239+38+28=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF261C is #10D9E3. Grayscale: #616161. Windows color (decimal): -1104356 or 1844975. OLE color: 1844975.

HSL color Cylindrical-coordinate representation of color #EF261C: hue angle of 2.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 38 28 -
CMYK 0 0.84 0.88 0.06
HSL 2.84º 0.87% 0.52% -
HSV(B) 2.84º 0.88% 0.94% -
XYZ 36.5 19.82 3 -
YUV 96.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 239 38 28 0 0.84 0.88 0.06 2.84 0.87 0.52
Hex EF 26 1C 0 54 58 6 3 57 34
Octal 357 46 34 0 124 130 6 3 127 64
Binary 11101111 100110 11100 0 1010100 1011000 110 11 1010111 110100

Color Harmonies of #EF261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF261C

Black with #EF261C

Text Example


Text Example

White with #EF261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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