Html Css Color HEX #EF231E Scarlet

📋 copy color: '#EF231E'

red 239 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #EF231E

Tints of Scarlet #EF231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 78.62%
G = 11.51%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF231E (or 0xEF231E) is known color: Scarlet. HEX triplet: EF, 23 and 1E. RGB value is (239,35,30). Sum of RGB (Red+Green+Blue) = 239+35+30=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF231E is #10DCE1. Grayscale: #5F5F5F. Windows color (decimal): -1105122 or 1975279. OLE color: 1975279.

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

Color convert

RGB 239 35 30 -
CMYK 0 0.85 0.87 0.06
HSL 1.44º 0.87% 0.53% -
HSV(B) 1.44º 0.87% 0.94% -
XYZ 36.43 19.65 3.1 -
YUV 95.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 239 35 30 0 0.85 0.87 0.06 1.44 0.87 0.53
Hex EF 23 1E 0 55 57 6 1 57 35
Octal 357 43 36 0 125 127 6 1 127 65
Binary 11101111 100011 11110 0 1010101 1010111 110 1 1010111 110101

Color Harmonies of #EF231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF231E

Black with #EF231E

Text Example


Text Example

White with #EF231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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