Html Css Color HEX #EF250B Scarlet

📋 copy color: '#EF250B'

red 239 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #EF250B

Tints of Scarlet #EF250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 83.28%
G = 12.89%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF250B (or 0xEF250B) is known color: Scarlet. HEX triplet: EF, 25 and 0B. RGB value is (239,37,11). Sum of RGB (Red+Green+Blue) = 239+37+11=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF250B is #10DAF4. Grayscale: #5E5E5E. Windows color (decimal): -1104629 or 730607. OLE color: 730607.

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

Color convert

RGB 239 37 11 -
CMYK 0 0.85 0.95 0.06
HSL 6.84º 0.91% 0.49% -
HSV(B) 6.84º 0.95% 0.94% -
XYZ 36.32 19.7 2.2 -
YUV 94.43 80.92 231.11 -
System Red Green Blue C M Y K H S L
Decimal 239 37 11 0 0.85 0.95 0.06 6.84 0.91 0.49
Hex EF 25 B 0 55 5F 6 7 5B 31
Octal 357 45 13 0 125 137 6 7 133 61
Binary 11101111 100101 1011 0 1010101 1011111 110 111 1011011 110001

Color Harmonies of #EF250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF250B

Black with #EF250B

Text Example


Text Example

White with #EF250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF250B; }

 p { color: rgb(239,37,11); }

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

background-color css

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

 a { background-color: rgb(239,37,11); }

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

border-color css

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

 span { border-color: rgb(239,37,11); }

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