Html Css Color HEX #EF2B1D Scarlet

📋 copy color: '#EF2B1D'

red 239 ◦ green 43 ◦ blue 29

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

Shades of Scarlet #EF2B1D

Tints of Scarlet #EF2B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 76.85%
G = 13.83%
B = 9.32%

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

#EF2B1D (or 0xEF2B1D) is known color: Scarlet. HEX triplet: EF, 2B and 1D. RGB value is (239,43,29). Sum of RGB (Red+Green+Blue) = 239+43+29=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B1D is #10D4E2. Grayscale: #646464. Windows color (decimal): -1103075 or 1911791. OLE color: 1911791.

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

Color convert

RGB 239 43 29 -
CMYK 0 0.82 0.88 0.06
HSL 0.87% 0.53% -
HSV(B) 0.88% 0.94% -
XYZ 36.68 20.17 3.12 -
YUV 100.01 87.93 227.14 -
System Red Green Blue C M Y K H S L
Decimal 239 43 29 0 0.82 0.88 0.06 4 0.87 0.53
Hex EF 2B 1D 0 52 58 6 4 57 35
Octal 357 53 35 0 122 130 6 4 127 65
Binary 11101111 101011 11101 0 1010010 1011000 110 100 1010111 110101

Color Harmonies of #EF2B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B1D

Black with #EF2B1D

Text Example


Text Example

White with #EF2B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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