Html Css Color HEX #EF231A Scarlet

📋 copy color: '#EF231A'

red 239 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #EF231A

Tints of Scarlet #EF231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 79.67%
G = 11.67%
B = 8.67%

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

#EF231A (or 0xEF231A) is known color: Scarlet. HEX triplet: EF, 23 and 1A. RGB value is (239,35,26). Sum of RGB (Red+Green+Blue) = 239+35+26=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF231A is #10DCE5. Grayscale: #5F5F5F. Windows color (decimal): -1105126 or 1713135. OLE color: 1713135.

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

Color convert

RGB 239 35 26 -
CMYK 0 0.85 0.89 0.06
HSL 2.54º 0.87% 0.52% -
HSV(B) 2.54º 0.89% 0.94% -
XYZ 36.38 19.63 2.85 -
YUV 94.97 89.09 230.73 -
System Red Green Blue C M Y K H S L
Decimal 239 35 26 0 0.85 0.89 0.06 2.54 0.87 0.52
Hex EF 23 1A 0 55 59 6 3 57 34
Octal 357 43 32 0 125 131 6 3 127 64
Binary 11101111 100011 11010 0 1010101 1011001 110 11 1010111 110100

Color Harmonies of #EF231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF231A

Black with #EF231A

Text Example


Text Example

White with #EF231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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