Html Css Color HEX #EF2C1C Scarlet

📋 copy color: '#EF2C1C'

red 239 ◦ green 44 ◦ blue 28

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

Shades of Scarlet #EF2C1C

Tints of Scarlet #EF2C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

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

R = 76.85%
G = 14.15%
B = 9%

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

#EF2C1C (or 0xEF2C1C) is known color: Scarlet. HEX triplet: EF, 2C and 1C. RGB value is (239,44,28). Sum of RGB (Red+Green+Blue) = 239+44+28=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C1C is #10D3E3. Grayscale: #646464. Windows color (decimal): -1102820 or 1846511. OLE color: 1846511.

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

Color convert

RGB 239 44 28 -
CMYK 0 0.82 0.88 0.06
HSL 4.55º 0.87% 0.52% -
HSV(B) 4.55º 0.88% 0.94% -
XYZ 36.71 20.24 3.07 -
YUV 100.48 87.1 226.8 -
System Red Green Blue C M Y K H S L
Decimal 239 44 28 0 0.82 0.88 0.06 4.55 0.87 0.52
Hex EF 2C 1C 0 52 58 6 5 57 34
Octal 357 54 34 0 122 130 6 5 127 64
Binary 11101111 101100 11100 0 1010010 1011000 110 101 1010111 110100

Color Harmonies of #EF2C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C1C

Black with #EF2C1C

Text Example


Text Example

White with #EF2C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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