Html Css Color HEX #EF281A Scarlet

📋 copy color: '#EF281A'

red 239 ◦ green 40 ◦ blue 26

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

Shades of Scarlet #EF281A

Tints of Scarlet #EF281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 78.36%
G = 13.11%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF281A (or 0xEF281A) is known color: Scarlet. HEX triplet: EF, 28 and 1A. RGB value is (239,40,26). Sum of RGB (Red+Green+Blue) = 239+40+26=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF281A is #10D7E5. Grayscale: #626262. Windows color (decimal): -1103846 or 1714415. OLE color: 1714415.

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

Color convert

RGB 239 40 26 -
CMYK 0 0.83 0.89 0.06
HSL 3.94º 0.87% 0.52% -
HSV(B) 3.94º 0.89% 0.94% -
XYZ 36.54 19.94 2.9 -
YUV 97.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 239 40 26 0 0.83 0.89 0.06 3.94 0.87 0.52
Hex EF 28 1A 0 53 59 6 4 57 34
Octal 357 50 32 0 123 131 6 4 127 64
Binary 11101111 101000 11010 0 1010011 1011001 110 100 1010111 110100

Color Harmonies of #EF281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF281A

Black with #EF281A

Text Example


Text Example

White with #EF281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF281A; }

 p { color: rgb(239,40,26); }

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

background-color css

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

 a { background-color: rgb(239,40,26); }

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

border-color css

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

 span { border-color: rgb(239,40,26); }

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