Html Css Color HEX #EF2B1C Scarlet

📋 copy color: '#EF2B1C'

red 239 ◦ green 43 ◦ blue 28

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

Shades of Scarlet #EF2B1C

Tints of Scarlet #EF2B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 77.1%
G = 13.87%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF2B1C (or 0xEF2B1C) is known color: Scarlet. HEX triplet: EF, 2B and 1C. RGB value is (239,43,28). Sum of RGB (Red+Green+Blue) = 239+43+28=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B1C is #10D4E3. Grayscale: #646464. Windows color (decimal): -1103076 or 1846255. OLE color: 1846255.

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

Color convert

RGB 239 43 28 -
CMYK 0 0.82 0.88 0.06
HSL 4.27º 0.87% 0.52% -
HSV(B) 4.27º 0.88% 0.94% -
XYZ 36.67 20.16 3.06 -
YUV 99.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 239 43 28 0 0.82 0.88 0.06 4.27 0.87 0.52
Hex EF 2B 1C 0 52 58 6 4 57 34
Octal 357 53 34 0 122 130 6 4 127 64
Binary 11101111 101011 11100 0 1010010 1011000 110 100 1010111 110100

Color Harmonies of #EF2B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B1C

Black with #EF2B1C

Text Example


Text Example

White with #EF2B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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