Html Css Color HEX #EF271E Scarlet

📋 copy color: '#EF271E'

red 239 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #EF271E

Tints of Scarlet #EF271E

RGB

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

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

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

R = 77.6%
G = 12.66%
B = 9.74%

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

#EF271E (or 0xEF271E) is known color: Scarlet. HEX triplet: EF, 27 and 1E. RGB value is (239,39,30). Sum of RGB (Red+Green+Blue) = 239+39+30=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF271E is #10D8E1. Grayscale: #626262. Windows color (decimal): -1104098 or 1976303. OLE color: 1976303.

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

Color convert

RGB 239 39 30 -
CMYK 0 0.84 0.87 0.06
HSL 2.58º 0.87% 0.53% -
HSV(B) 2.58º 0.87% 0.94% -
XYZ 36.56 19.9 3.14 -
YUV 97.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 239 39 30 0 0.84 0.87 0.06 2.58 0.87 0.53
Hex EF 27 1E 0 54 57 6 3 57 35
Octal 357 47 36 0 124 127 6 3 127 65
Binary 11101111 100111 11110 0 1010100 1010111 110 11 1010111 110101

Color Harmonies of #EF271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF271E

Black with #EF271E

Text Example


Text Example

White with #EF271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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