Html Css Color HEX #EF241B Scarlet

📋 copy color: '#EF241B'

red 239 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #EF241B

Tints of Scarlet #EF241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 79.14%
G = 11.92%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF241B (or 0xEF241B) is known color: Scarlet. HEX triplet: EF, 24 and 1B. RGB value is (239,36,27). Sum of RGB (Red+Green+Blue) = 239+36+27=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF241B is #10DBE4. Grayscale: #5F5F5F. Windows color (decimal): -1104869 or 1778927. OLE color: 1778927.

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

Color convert

RGB 239 36 27 -
CMYK 0 0.85 0.89 0.06
HSL 2.55º 0.87% 0.52% -
HSV(B) 2.55º 0.89% 0.94% -
XYZ 36.43 19.69 2.92 -
YUV 95.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 239 36 27 0 0.85 0.89 0.06 2.55 0.87 0.52
Hex EF 24 1B 0 55 59 6 3 57 34
Octal 357 44 33 0 125 131 6 3 127 64
Binary 11101111 100100 11011 0 1010101 1011001 110 11 1010111 110100

Color Harmonies of #EF241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF241B

Black with #EF241B

Text Example


Text Example

White with #EF241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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