Html Css Color HEX #EF250A Scarlet

📋 copy color: '#EF250A'

red 239 ◦ green 37 ◦ blue 10

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

Shades of Scarlet #EF250A

Tints of Scarlet #EF250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 83.57%
G = 12.94%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF250A (or 0xEF250A) is known color: Scarlet. HEX triplet: EF, 25 and 0A. RGB value is (239,37,10). Sum of RGB (Red+Green+Blue) = 239+37+10=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF250A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF250A is #10DAF5. Grayscale: #5E5E5E. Windows color (decimal): -1104630 or 665071. OLE color: 665071.

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

Color convert

RGB 239 37 10 -
CMYK 0 0.85 0.96 0.06
HSL 7.07º 0.92% 0.49% -
HSV(B) 7.07º 0.96% 0.94% -
XYZ 36.31 19.7 2.17 -
YUV 94.32 80.42 231.2 -
System Red Green Blue C M Y K H S L
Decimal 239 37 10 0 0.85 0.96 0.06 7.07 0.92 0.49
Hex EF 25 A 0 55 60 6 7 5C 31
Octal 357 45 12 0 125 140 6 7 134 61
Binary 11101111 100101 1010 0 1010101 1100000 110 111 1011100 110001

Color Harmonies of #EF250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF250A

Black with #EF250A

Text Example


Text Example

White with #EF250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF250A; }

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

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

background-color css

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

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

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

border-color css

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

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

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