Html Css Color HEX #EF271C Scarlet

📋 copy color: '#EF271C'

red 239 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #EF271C

Tints of Scarlet #EF271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 78.1%
G = 12.75%
B = 9.15%

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

#EF271C (or 0xEF271C) is known color: Scarlet. HEX triplet: EF, 27 and 1C. RGB value is (239,39,28). Sum of RGB (Red+Green+Blue) = 239+39+28=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF271C is #10D8E3. Grayscale: #616161. Windows color (decimal): -1104100 or 1845231. OLE color: 1845231.

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

Color convert

RGB 239 39 28 -
CMYK 0 0.84 0.88 0.06
HSL 3.13º 0.87% 0.52% -
HSV(B) 3.13º 0.88% 0.94% -
XYZ 36.53 19.89 3.01 -
YUV 97.55 88.76 228.89 -
System Red Green Blue C M Y K H S L
Decimal 239 39 28 0 0.84 0.88 0.06 3.13 0.87 0.52
Hex EF 27 1C 0 54 58 6 3 57 34
Octal 357 47 34 0 124 130 6 3 127 64
Binary 11101111 100111 11100 0 1010100 1011000 110 11 1010111 110100

Color Harmonies of #EF271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF271C

Black with #EF271C

Text Example


Text Example

White with #EF271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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