Html Css Color HEX #EF281C Scarlet

📋 copy color: '#EF281C'

red 239 ◦ green 40 ◦ blue 28

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

Shades of Scarlet #EF281C

Tints of Scarlet #EF281C

RGB

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

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

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

R = 77.85%
G = 13.03%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF281C (or 0xEF281C) is known color: Scarlet. HEX triplet: EF, 28 and 1C. RGB value is (239,40,28). Sum of RGB (Red+Green+Blue) = 239+40+28=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF281C is #10D7E3. Grayscale: #626262. Windows color (decimal): -1103844 or 1845487. OLE color: 1845487.

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

Color convert

RGB 239 40 28 -
CMYK 0 0.83 0.88 0.06
HSL 3.41º 0.87% 0.52% -
HSV(B) 3.41º 0.88% 0.94% -
XYZ 36.56 19.95 3.02 -
YUV 98.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 239 40 28 0 0.83 0.88 0.06 3.41 0.87 0.52
Hex EF 28 1C 0 53 58 6 3 57 34
Octal 357 50 34 0 123 130 6 3 127 64
Binary 11101111 101000 11100 0 1010011 1011000 110 11 1010111 110100

Color Harmonies of #EF281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF281C

Black with #EF281C

Text Example


Text Example

White with #EF281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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