Html Css Color HEX #EF2503 Scarlet

📋 copy color: '#EF2503'

red 239 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #EF2503

Tints of Scarlet #EF2503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 85.66%
G = 13.26%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF2503 (or 0xEF2503) is known color: Scarlet. HEX triplet: EF, 25 and 03. RGB value is (239,37,3). Sum of RGB (Red+Green+Blue) = 239+37+3=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2503 is #10DAFC. Grayscale: #5D5D5D. Windows color (decimal): -1104637 or 206319. OLE color: 206319.

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

Color convert

RGB 239 37 3 -
CMYK 0 0.85 0.99 0.06
HSL 8.64º 0.98% 0.47% -
HSV(B) 8.64º 0.99% 0.94% -
XYZ 36.27 19.68 1.97 -
YUV 93.52 76.92 231.76 -
System Red Green Blue C M Y K H S L
Decimal 239 37 3 0 0.85 0.99 0.06 8.64 0.98 0.47
Hex EF 25 3 0 55 63 6 9 62 2F
Octal 357 45 3 0 125 143 6 11 142 57
Binary 11101111 100101 11 0 1010101 1100011 110 1001 1100010 101111

Color Harmonies of #EF2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2503

Black with #EF2503

Text Example


Text Example

White with #EF2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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