Html Css Color HEX #EF0503 Red

📋 copy color: '#EF0503'

red 239 ◦ green 5 ◦ blue 3

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

Shades of Red #EF0503

Tints of Red #EF0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 96.76%
G = 2.02%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0503 (or 0xEF0503) is known color: Red. HEX triplet: EF, 05 and 03. RGB value is (239,5,3). Sum of RGB (Red+Green+Blue) = 239+5+3=247 (32% of max value = 765). Red value is 239 (93.75% from 255 or 96.76% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0503 is #10FAFC. Grayscale: #4A4A4A. Windows color (decimal): -1112829 or 198127. OLE color: 198127.

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

Color convert

RGB 239 5 3 -
CMYK 0 0.98 0.99 0.06
HSL 0.51º 0.98% 0.47% -
HSV(B) 0.51º 0.99% 0.94% -
XYZ 35.67 18.47 1.77 -
YUV 74.74 87.52 245.16 -
System Red Green Blue C M Y K H S L
Decimal 239 5 3 0 0.98 0.99 0.06 0.51 0.98 0.47
Hex EF 5 3 0 62 63 6 1 62 2F
Octal 357 5 3 0 142 143 6 1 142 57
Binary 11101111 101 11 0 1100010 1100011 110 1 1100010 101111

Color Harmonies of #EF0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0503

Black with #EF0503

Text Example


Text Example

White with #EF0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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