Html Css Color HEX #EF2D1A Scarlet

📋 copy color: '#EF2D1A'

red 239 ◦ green 45 ◦ blue 26

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

Shades of Scarlet #EF2D1A

Tints of Scarlet #EF2D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

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

R = 77.1%
G = 14.52%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF2D1A (or 0xEF2D1A) is known color: Scarlet. HEX triplet: EF, 2D and 1A. RGB value is (239,45,26). Sum of RGB (Red+Green+Blue) = 239+45+26=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D1A is #10D2E5. Grayscale: #656565. Windows color (decimal): -1102566 or 1715695. OLE color: 1715695.

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

Color convert

RGB 239 45 26 -
CMYK 0 0.81 0.89 0.06
HSL 5.35º 0.87% 0.52% -
HSV(B) 5.35º 0.89% 0.94% -
XYZ 36.72 20.3 2.96 -
YUV 100.84 85.77 226.54 -
System Red Green Blue C M Y K H S L
Decimal 239 45 26 0 0.81 0.89 0.06 5.35 0.87 0.52
Hex EF 2D 1A 0 51 59 6 5 57 34
Octal 357 55 32 0 121 131 6 5 127 64
Binary 11101111 101101 11010 0 1010001 1011001 110 101 1010111 110100

Color Harmonies of #EF2D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D1A

Black with #EF2D1A

Text Example


Text Example

White with #EF2D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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