Html Css Color HEX #EF1D1B Scarlet

📋 copy color: '#EF1D1B'

red 239 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #EF1D1B

Tints of Scarlet #EF1D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 81.02%
G = 9.83%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF1D1B (or 0xEF1D1B) is known color: Scarlet. HEX triplet: EF, 1D and 1B. RGB value is (239,29,27). Sum of RGB (Red+Green+Blue) = 239+29+27=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D1B is #10E2E4. Grayscale: #5B5B5B. Windows color (decimal): -1106661 or 1777135. OLE color: 1777135.

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

Color convert

RGB 239 29 27 -
CMYK 0 0.88 0.89 0.06
HSL 0.57º 0.87% 0.52% -
HSV(B) 0.57º 0.89% 0.94% -
XYZ 36.23 19.31 2.85 -
YUV 91.56 91.57 233.16 -
System Red Green Blue C M Y K H S L
Decimal 239 29 27 0 0.88 0.89 0.06 0.57 0.87 0.52
Hex EF 1D 1B 0 58 59 6 1 57 34
Octal 357 35 33 0 130 131 6 1 127 64
Binary 11101111 11101 11011 0 1011000 1011001 110 1 1010111 110100

Color Harmonies of #EF1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D1B

Black with #EF1D1B

Text Example


Text Example

White with #EF1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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