Html Css Color HEX #EF261E Scarlet

📋 copy color: '#EF261E'

red 239 ◦ green 38 ◦ blue 30

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

Shades of Scarlet #EF261E

Tints of Scarlet #EF261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 77.85%
G = 12.38%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF261E (or 0xEF261E) is known color: Scarlet. HEX triplet: EF, 26 and 1E. RGB value is (239,38,30). Sum of RGB (Red+Green+Blue) = 239+38+30=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF261E is #10D9E1. Grayscale: #616161. Windows color (decimal): -1104354 or 1976047. OLE color: 1976047.

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

Color convert

RGB 239 38 30 -
CMYK 0 0.84 0.87 0.06
HSL 2.3º 0.87% 0.53% -
HSV(B) 2.3º 0.87% 0.94% -
XYZ 36.52 19.83 3.13 -
YUV 97.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 239 38 30 0 0.84 0.87 0.06 2.3 0.87 0.53
Hex EF 26 1E 0 54 57 6 2 57 35
Octal 357 46 36 0 124 127 6 2 127 65
Binary 11101111 100110 11110 0 1010100 1010111 110 10 1010111 110101

Color Harmonies of #EF261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF261E

Black with #EF261E

Text Example


Text Example

White with #EF261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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