Html Css Color HEX #EF281E Scarlet

📋 copy color: '#EF281E'

red 239 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #EF281E

Tints of Scarlet #EF281E

RGB

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

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

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

R = 77.35%
G = 12.94%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF281E (or 0xEF281E) is known color: Scarlet. HEX triplet: EF, 28 and 1E. RGB value is (239,40,30). Sum of RGB (Red+Green+Blue) = 239+40+30=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF281E is #10D7E1. Grayscale: #626262. Windows color (decimal): -1103842 or 1976559. OLE color: 1976559.

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

Color convert

RGB 239 40 30 -
CMYK 0 0.83 0.87 0.06
HSL 2.87º 0.87% 0.53% -
HSV(B) 2.87º 0.87% 0.94% -
XYZ 36.59 19.96 3.15 -
YUV 98.36 89.43 228.31 -
System Red Green Blue C M Y K H S L
Decimal 239 40 30 0 0.83 0.87 0.06 2.87 0.87 0.53
Hex EF 28 1E 0 53 57 6 3 57 35
Octal 357 50 36 0 123 127 6 3 127 65
Binary 11101111 101000 11110 0 1010011 1010111 110 11 1010111 110101

Color Harmonies of #EF281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF281E

Black with #EF281E

Text Example


Text Example

White with #EF281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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