Html Css Color HEX #EF1B1A Scarlet

📋 copy color: '#EF1B1A'

red 239 ◦ green 27 ◦ blue 26

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

Shades of Scarlet #EF1B1A

Tints of Scarlet #EF1B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 81.85%
G = 9.25%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF1B1A (or 0xEF1B1A) is known color: Scarlet. HEX triplet: EF, 1B and 1A. RGB value is (239,27,26). Sum of RGB (Red+Green+Blue) = 239+27+26=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B1A is #10E4E5. Grayscale: #5A5A5A. Windows color (decimal): -1107174 or 1711087. OLE color: 1711087.

HSL color Cylindrical-coordinate representation of color #EF1B1A: hue angle of 0.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B1A is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 27 26 -
CMYK 0 0.89 0.89 0.06
HSL 0.28º 0.87% 0.52% -
HSV(B) 0.28º 0.89% 0.94% -
XYZ 36.17 19.21 2.78 -
YUV 90.27 91.74 234.08 -
System Red Green Blue C M Y K H S L
Decimal 239 27 26 0 0.89 0.89 0.06 0.28 0.87 0.52
Hex EF 1B 1A 0 59 59 6 0 57 34
Octal 357 33 32 0 131 131 6 0 127 64
Binary 11101111 11011 11010 0 1011001 1011001 110 0 1010111 110100

Color Harmonies of #EF1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B1A

Black with #EF1B1A

Text Example


Text Example

White with #EF1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B1A; }

 p { color: rgb(239,27,26); }

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

background-color css

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

 a { background-color: rgb(239,27,26); }

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

border-color css

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

 span { border-color: rgb(239,27,26); }

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